mirror of
https://github.com/zeldaret/oot
synced 2026-06-03 02:29:35 -04:00
Fix return UB (#958)
* Ydan_SP * func_8002D7EC * Gameplay_ChangeCameraStatus * Graph_InitTHGA * CollisioCheck_LineOC * Fix more in camera and jpeg * revert comment in player
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
/**
|
||||
* Configures and schedules a JPEG decoder task and waits for it to finish.
|
||||
*/
|
||||
u32 Jpeg_ScheduleDecoderTask(JpegContext* ctx) {
|
||||
void Jpeg_ScheduleDecoderTask(JpegContext* ctx) {
|
||||
static OSTask_t sJpegTask = {
|
||||
M_NJPEGTASK, // type
|
||||
0, // flags
|
||||
|
||||
Reference in New Issue
Block a user