mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-14 10:31:14 +00:00
bugfix
This commit is contained in:
parent
c6d18c8cc0
commit
c22812413c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user