Fixed gcc errors

This commit is contained in:
Waldemar Pawlaszek 2022-02-21 19:58:14 +01:00
parent 6e79e84e53
commit de6cbba472
2 changed files with 13 additions and 12 deletions

View file

@ -685,6 +685,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop) {
hasOPM|=0x40000000;
howManyChips++;
}
break;
case DIV_SYSTEM_LYNX:
if (!hasLynx) {
hasLynx=disCont[i].dispatch->chipClock;