OPL: partially enable VGM export

it works except for fake reset
This commit is contained in:
tildearrow 2022-03-30 03:36:16 -05:00
parent f1ee04393b
commit cc152bc3d0
2 changed files with 79 additions and 0 deletions

View file

@ -1695,6 +1695,12 @@ bool DivEngine::isVGMExportable(DivSystem which) {
case DIV_SYSTEM_VRC7:
case DIV_SYSTEM_X1_010:
case DIV_SYSTEM_SWAN:
case DIV_SYSTEM_OPL:
case DIV_SYSTEM_OPL_DRUMS:
case DIV_SYSTEM_OPL2:
case DIV_SYSTEM_OPL2_DRUMS:
case DIV_SYSTEM_OPL3:
case DIV_SYSTEM_OPL3_DRUMS:
return true;
default:
return false;