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:
parent
3ed738dd6a
commit
c577eeafac
3 changed files with 20 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue