summaryrefslogtreecommitdiff
path: root/src/code/code_8010C1B0.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-11-19 17:34:45 -0300
committerGitHub <noreply@github.com>2021-11-19 17:34:45 -0300
commit2854294009725379c73e121671f7f3b0dadfed67 (patch)
treed3607be7fd2c9b9617709b55382ab1275f0370c9 /src/code/code_8010C1B0.c
parentc8b0ff3f747e7c3651788b703cfa355fd9c28b8c (diff)
`z_jpeg`, `jpegutils` and `jpegdecoder` OK (#322)
* this is a disaster * two more * func_800F470C * split and rename jpegutils and jpegdecoder * match jpegutils * match jpegdecoder.c * audio_rodata * data split * Split rsp * Steal documentation from OoT * cleanup * Format * remove removed members in JpegContext * Update include/z64.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/code/jpegdecoder.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update include/functions.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/code/jpegutils.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * review renames * true * Some type fixes * Update include/z64.h Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * add comment * Update src/code/z_jpeg.c Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * format * bss fix * decr * format * z64jpeg.h * Add stdbool * Rename audio_init_params * whoops * whoops++ * whoops# * remove extra dumb variables in variables.txt * fix Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'src/code/code_8010C1B0.c')
-rw-r--r--src/code/code_8010C1B0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_8010C1B0.c b/src/code/code_8010C1B0.c
index 12e0eadb4..2c1fd410f 100644
--- a/src/code/code_8010C1B0.c
+++ b/src/code/code_8010C1B0.c
@@ -1,7 +1,7 @@
#include "global.h"
// Blocks the current thread until all currently queued scheduler tasks have been completed
-void func_8010C1B0(void) {
+void MsgEvent_SendNullTask(void) {
OSScTask task;
OSMesgQueue queue;
OSMesg msg;