better soft reset (#4984)

This commit is contained in:
briaguya
2025-02-01 23:33:04 -08:00
committed by GitHub
parent f4604673e0
commit ac9b8c2e87
6 changed files with 48 additions and 20 deletions

View File

@@ -205,11 +205,6 @@ void Play_Destroy(GameState* thisx) {
GameInteractor_ExecuteOnPlayDestroy();
// Only initialize the frame counter when exiting the title screen
if (gSaveContext.fileNum == 0xFF) {
play->gameplayFrames = 0;
}
play->state.gfxCtx->callback = NULL;
play->state.gfxCtx->callbackParam = 0;