From 2ce648a7c674b08fbfe9d4ced935b4e4956963ac Mon Sep 17 00:00:00 2001 From: cadmic Date: Fri, 6 Sep 2024 05:46:44 -0700 Subject: Miscellaneous libultra header fixes (#2139) * Miscellaneous libultra header fixes * Fix bss? * Reword RCP timeout --- src/code/graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index 1f9ba5e30..2b4777ea6 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -179,6 +179,7 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) { { CfbInfo* cfb; + // Schedule a message to be handled in 3 seconds, for RCP timeout osSetTimer(&timer, OS_USEC_TO_CYCLES(3000000), 0, &gfxCtx->queue, (OSMesg)666); osRecvMesg(&gfxCtx->queue, &msg, OS_MESG_BLOCK); -- cgit v1.2.3