refuse to save YMU759 songs
the .dmf format no longer allows YMU759 songs...
This commit is contained in:
parent
121a9b2cb8
commit
073703f8ba
2 changed files with 12 additions and 0 deletions
|
|
@ -2383,6 +2383,11 @@ int FurnaceGUI::save(String path) {
|
|||
return 1;
|
||||
}
|
||||
SafeWriter* w=e->save();
|
||||
if (w==NULL) {
|
||||
lastError=e->getLastError();
|
||||
fclose(outFile);
|
||||
return 3;
|
||||
}
|
||||
#ifdef FURNACE_ZLIB_COMPRESS
|
||||
unsigned char zbuf[131072];
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue