mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Fix saving never failing (#53)
This commit is contained in:
parent
ce68e96c17
commit
c7ab41ec05
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ void update_save_file() {
|
|||
save_file.write(save_context.save_buffer.data(), save_context.save_buffer.size());
|
||||
}
|
||||
else {
|
||||
saving_failed = false;
|
||||
saving_failed = true;
|
||||
}
|
||||
}
|
||||
if (!saving_failed) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue