mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-26 15:46:17 -04:00
WIP autosave functionality
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user