better soft reset (#4984)

This commit is contained in:
briaguya 2025-02-01 23:33:04 -08:00 committed by GitHub
commit ac9b8c2e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
};