1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-05 23:44:53 +00:00

Look at pause menu startup (wip)

This commit is contained in:
Dragorn421 2022-08-29 07:25:32 +02:00
parent a02cbf5d12
commit 236c0603ed
No known key found for this signature in database
GPG key ID: 32B53D2D16FC4118
4 changed files with 10 additions and 8 deletions

View file

@ -222,8 +222,8 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) {
scTask->next = NULL;
scTask->flags = OS_SC_NEEDS_RSP | OS_SC_NEEDS_RDP | OS_SC_SWAPBUFFER | OS_SC_LAST_TASK;
if (SREG(33) & 1) {
SREG(33) &= ~1;
if (R_GRAPH_TASKSET00_FLAGS & 1) {
R_GRAPH_TASKSET00_FLAGS &= ~1;
scTask->flags &= ~OS_SC_SWAPBUFFER;
gfxCtx->fbIdx--;
}