Skip to content

Commit

Permalink
Fix save sync not triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Nov 7, 2023
1 parent cff2958 commit 6b53f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/async_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ void AsyncHandler::SaveFilesystem() {
FS.syncfs(function(err) {
});
});
EM_ASM({
onSaveSlotUpdated($0);
}, slot_id);
#endif
}

Expand Down

0 comments on commit 6b53f8f

Please sign in to comment.