diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-06 05:46:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 14:46:44 +0200 |
| commit | 2ce648a7c674b08fbfe9d4ced935b4e4956963ac (patch) | |
| tree | a4e05193caf981bab3c3cb6e7d6daccaa9cefcd1 /src/code/graph.c | |
| parent | 53b2110373eb506d9c035697c0719851a77936d4 (diff) | |
Miscellaneous libultra header fixes (#2139)
* Miscellaneous libultra header fixes
* Fix bss?
* Reword RCP timeout
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
