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:
parent
a02cbf5d12
commit
236c0603ed
4 changed files with 10 additions and 8 deletions
|
@ -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--;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue