WIP autosave functionality

This commit is contained in:
Mr-Wiseguy
2024-05-01 04:06:53 -04:00
parent 1ef8656a93
commit 11012cdfc6
10 changed files with 400 additions and 4 deletions
-1
View File
@@ -107,7 +107,6 @@ void saving_thread_func(RDRAM_ARG1) {
// If an action came through that affected the save file, save the updated contents.
if (save_buffer_updated) {
printf("Writing updated save buffer to disk\n");
update_save_file();
}
}