diff options
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_sram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/src/code/z_sram.c b/soh/src/code/z_sram.c index beb3ce147..1735a2eb9 100644 --- a/soh/src/code/z_sram.c +++ b/soh/src/code/z_sram.c @@ -222,6 +222,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) { } Save_SaveFile(); + SaveManager_ThreadPoolWait(); } void Sram_InitSram(GameState* gameState) { |
