mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-15 04:36:59 +00:00
Use OS_USEC_TO_CYCLES
to make a time look better in Graph_TaskSet00
This commit is contained in:
parent
9977da5bd2
commit
730687d5d3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue