mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
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:
parent
b42dd554f2
commit
75bc994ff6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue