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

@@ -247,6 +247,7 @@ extern "C"
extern GfxPool gGfxPools[2]; // 0x24820 bytes
extern u8* gAudioHeap;
extern u8* gSystemHeap;
extern GameState* gGameState;
#ifdef __cplusplus
};