One more thing: declaring Lynx only for VGM 1.72 or higher (not sure if the way is elegant enough)

This commit is contained in:
Waldemar Pawlaszek 2023-01-18 10:32:03 +01:00
parent b42dd554f2
commit 75bc994ff6
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
w->writeI(hasX1);
w->writeI(hasC352);
w->writeI(hasGA20);
w->writeI(hasLynx);
w->writeI(version>=0x172?hasLynx:0); //Mikey introduced in 1.72
} else {
w->writeI(0);
w->writeI(0);