OPLL: 99.99%

VGM export
This commit is contained in:
tildearrow 2022-03-02 00:58:49 -05:00
parent e133fb4906
commit 8843315256
2 changed files with 38 additions and 0 deletions

View file

@ -1601,6 +1601,9 @@ bool DivEngine::isVGMExportable(DivSystem which) {
case DIV_SYSTEM_QSOUND:
case DIV_SYSTEM_SEGAPCM:
case DIV_SYSTEM_SEGAPCM_COMPAT:
case DIV_SYSTEM_OPLL:
case DIV_SYSTEM_OPLL_DRUMS:
case DIV_SYSTEM_VRC7:
return true;
default:
return false;