diff --git a/src/engine/vgmOps.cpp b/src/engine/vgmOps.cpp index 98e1b4bc..9424325c 100644 --- a/src/engine/vgmOps.cpp +++ b/src/engine/vgmOps.cpp @@ -20,6 +20,7 @@ #include "engine.h" #include "../ta-log.h" #include "../utfutils.h" +#include "song.h" constexpr int MASTER_CLOCK_PREC=(sizeof(void*)==8)?8:0; @@ -649,6 +650,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop) { } break; case DIV_SYSTEM_YM2612: + case DIV_SYSTEM_YM2612_EXT: if (!hasOPN2) { hasOPN2=disCont[i].dispatch->chipClock; willExport[i]=true;