Use OS_USEC_TO_CYCLES to make a time look better in Graph_TaskSet00

This commit is contained in:
Dragorn421
2021-09-21 09:52:16 +02:00
parent 9977da5bd2
commit 730687d5d3
+1 -1
View File
@@ -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);