mirror of
https://github.com/jscrane/r65emu.git
synced 2025-08-05 05:26:24 +00:00
bugfix
This commit is contained in:
@@ -141,8 +141,10 @@ const char *flash_filer::checkpoint() {
|
||||
hardware_checkpoint(file);
|
||||
file.close();
|
||||
start();
|
||||
#endif
|
||||
return buf;
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
}
|
||||
|
||||
void flash_filer::restore(const char *filename) {
|
||||
|
Reference in New Issue
Block a user