We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f1a61 commit 98cae5dCopy full SHA for 98cae5d
splat.yaml
@@ -312,7 +312,7 @@ segments:
312
- [0x973A0, .data, libnaudio/n_csplayer]
313
- [0x97730, .data, math/acos_asin]
314
- [0x97840, .data, libultra/os/initialize]
315
- - [0x97860, data, libultra/os/seteventmesg]
+ - [0x97860, .data, libultra/os/seteventmesg]
316
- [0x97870, .data, libultra/io/controller]
317
- [0x97880, .data, libultra/io/siacs]
318
- [0x97890, .data, libultra/io/aisetnextbuf]
src/libultra/os/seteventmesg.c
@@ -3,7 +3,7 @@
3
#include "libultra/os/osint.h"
4
5
extern s32 __osShutdown;
6
-extern s32 __osPreNMI;
+s32 __osPreNMI = FALSE;
7
8
__OSEventState __osEventStateTab[OS_NUM_EVENTS];
9
0 commit comments