Replace old pause buffer input experience with a more accurate one (#4918)

This commit is contained in:
Garrett Cox
2025-01-22 19:30:34 -06:00
committed by GitHub
parent 69e3342808
commit aa2ad23601
15 changed files with 145 additions and 44 deletions
+2
View File
@@ -255,6 +255,8 @@ void GameState_Update(GameState* gameState) {
GameState_SetFrameBuffer(gfxCtx);
GameInteractor_ExecuteOnGameStateMainStart();
gameState->main(gameState);
func_800C4344(gameState);