mirror of https://github.com/zeldaret/oot.git
Use `OS_USEC_TO_CYCLES` to make a time look better in `Graph_TaskSet00`
This commit is contained in:
parent
9977da5bd2
commit
730687d5d3
|
|
@ -156,7 +156,7 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) {
|
|||
|
||||
D_8016A528 = osGetTime() - sGraphSetTaskTime - D_8016A558;
|
||||
|
||||
osSetTimer(&timer, 140625000, 0, &gfxCtx->queue, (OSMesg)666);
|
||||
osSetTimer(&timer, OS_USEC_TO_CYCLES(3000000), 0, &gfxCtx->queue, (OSMesg)666);
|
||||
|
||||
osRecvMesg(&gfxCtx->queue, &msg, OS_MESG_BLOCK);
|
||||
osStopTimer(&timer);
|
||||
|
|
|
|||
Loading…
Reference in New Issue