diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2026-03-26 07:59:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 07:59:39 -0300 |
| commit | a9da608e187f0f6874ee15491347751751fcedeb (patch) | |
| tree | 3c6a69aad3623d66afd2ab6e46b2a693a2529b2d /src/code/graph.c | |
| parent | 02eafced87237be63b32ddc187ea85faf92afe00 (diff) | |
[n64-jp-1.1] CIC6105.c matched (#1843)
* match CIC6105.c
* Renames and fixes
* Fix bss
* format
* Review
* Version check inequalities
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index f823f995a..d25ec751f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -236,7 +236,7 @@ retry: void Graph_UpdateGame(GameState* gameState) { GameState_GetInput(gameState); GameState_IncrementFrameCount(gameState); - if (SREG(20) < 3) { + if (R_AUDIOMGR_DEBUG_LEVEL < 3) { Audio_Update(); } } |
