mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-29 23:50:15 -04:00
better soft reset (#4984)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user