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
+4
View File
@@ -14,6 +14,10 @@ ViMode sViMode;
FaultClient sGameFaultClient;
u16 sLastButtonPressed;
// #region SOH [General] Making gGameState available
GameState* gGameState;
// #endregion
// Forward declared, because this in a C++ header.
int gfx_create_framebuffer(uint32_t width, uint32_t height, uint32_t native_width, uint32_t native_height, uint8_t resize);
void gfx_texture_cache_clear();