Disabling LYNX VGM export

This commit is contained in:
Waldemar Pawlaszek 2022-02-21 20:00:08 +01:00
parent de6cbba472
commit 5093a1ca55
1 changed files with 0 additions and 1 deletions

View File

@ -1395,7 +1395,6 @@ bool DivEngine::isVGMExportable(DivSystem which) {
case DIV_SYSTEM_AY8910: case DIV_SYSTEM_AY8910:
case DIV_SYSTEM_AY8930: case DIV_SYSTEM_AY8930:
case DIV_SYSTEM_SAA1099: case DIV_SYSTEM_SAA1099:
case DIV_SYSTEM_LYNX:
return true; return true;
default: default:
return false; return false;