VGM export: implement sys selection/loop options

the final thing to do is dual chip support, but I wanna get 0.5
out already
This commit is contained in:
tildearrow 2022-01-27 02:46:40 -05:00
parent 3ed738dd6a
commit c577eeafac
3 changed files with 20 additions and 9 deletions

View file

@ -4628,7 +4628,7 @@ bool FurnaceGUI::loop() {
modified=true;
break;
case GUI_FILE_EXPORT_VGM: {
SafeWriter* w=e->saveVGM();
SafeWriter* w=e->saveVGM(willExport,vgmExportLoop);
if (w!=NULL) {
FILE* f=fopen(copyOfName.c_str(),"wb");
if (f!=NULL) {