GUI: clarify .dmp saving error
This commit is contained in:
parent
3820cf0c3b
commit
395a346cb4
|
|
@ -4970,7 +4970,7 @@ bool FurnaceGUI::loop() {
|
||||||
case GUI_FILE_INS_SAVE_DMP:
|
case GUI_FILE_INS_SAVE_DMP:
|
||||||
if (curIns>=0 && curIns<(int)e->song.ins.size()) {
|
if (curIns>=0 && curIns<(int)e->song.ins.size()) {
|
||||||
if (!e->song.ins[curIns]->saveDMP(copyOfName.c_str())) {
|
if (!e->song.ins[curIns]->saveDMP(copyOfName.c_str())) {
|
||||||
showError("error while saving instrument! make sure your instrument is compatible.");
|
showError("error while saving instrument! only the following instrument types are supported:\n- FM (OPN)\n- SN76489/Sega PSG\n- Game Boy\n- PC Engine\n- NES\n- C64\n- FM (OPLL)\n- FDS");
|
||||||
} else {
|
} else {
|
||||||
pushRecentSys(copyOfName.c_str());
|
pushRecentSys(copyOfName.c_str());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue