Skip to content

Commit 682d520

Browse files
ds-slothWohlstand
authored andcommitted
libxtconvert.cpp: DSi - convert all music outside of music.ini
1 parent 6308b5e commit 682d520

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

XTConvert/src/libxtconvert.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,8 +1842,6 @@ class Converter
18421842
bool succ = false;
18431843

18441844
bool is_synthesized_music = fEndsWith(synthesized_music, fileName);
1845-
bool is_non_tracker_music = fEndsWith(non_tracker_music, fileName) || is_synthesized_music;
1846-
bool is_tracker_music = fEndsWith(tracker_music, fileName);
18471845

18481846
if(progress(STAGE_CONVERT, files_done, file_count, musFile) < 0)
18491847
{
@@ -1853,7 +1851,7 @@ class Converter
18531851

18541852
QString argsInject = getArgsInject(musInfo.suffix(), argsOrig);
18551853

1856-
if(m_spec.target_platform == TargetPlatform::DSG && (fileName.endsWith(".wav") || is_non_tracker_music || is_tracker_music))
1854+
if(m_spec.target_platform == TargetPlatform::DSG)
18571855
{
18581856
replaceSuffix(temp_path, argsInject + ".xqoa");
18591857
replaceSuffix(newRenamePath, argsInject + ".xqoa");

0 commit comments

Comments
 (0)