Tweaks to autosaves and pause saves to always persist them, along with preventing saves when it's too early or late in the game (#616)

This commit is contained in:
Garrett Cox
2024-05-30 23:20:29 -04:00
committed by GitHub
parent 8ac7dc6b7d
commit 464c55fcbb
5 changed files with 65 additions and 21 deletions
-4
View File
@@ -1365,10 +1365,6 @@ void osSpTaskYield(void);
void osViSetXScale(f32 value);
void osViSetYScale(f32 value);
// #endregion
// #region 2S2H [Enhancements]
// [Autosaves & Pause Menu Saves]
int32_t GetSaveEntrance(PlayState* play);
// #endregion
void Regs_InitData(PlayState* play);