add VGM export warnings
This commit is contained in:
parent
237ad1f517
commit
fe0dc38f37
2 changed files with 8 additions and 0 deletions
|
|
@ -5043,6 +5043,9 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
w->finish();
|
||||
delete w;
|
||||
if (!e->getWarnings().empty()) {
|
||||
showWarning(e->getWarnings(),GUI_WARN_GENERIC);
|
||||
}
|
||||
} else {
|
||||
showError("could not write VGM. dang it.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue