1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 22:41:30 +00:00
This commit is contained in:
steve 2023-11-18 10:58:15 +00:00
parent c6d18c8cc0
commit c22812413c

View File

@ -141,8 +141,10 @@ const char *flash_filer::checkpoint() {
hardware_checkpoint(file); hardware_checkpoint(file);
file.close(); file.close();
start(); start();
#endif
return buf; return buf;
#else
return "";
#endif
} }
void flash_filer::restore(const char *filename) { void flash_filer::restore(const char *filename) {