diff --git a/splat.yaml b/splat.yaml index 921151a..29308ab 100644 --- a/splat.yaml +++ b/splat.yaml @@ -112,7 +112,7 @@ segments: - [0x189D0, c, "_ob_exciting_offer"] - [0x18F30, asm] - [0x18F80, asm] - - [0x19050, c, "_ob_past_brick"] + - [0x19050, c, "nu/nusched"] - [0x19940, c, "nu/nugfxtaskmgr"] - [0x19D90, c, "nu/nugfxfuncset"] - [0x19DD0, c, "nu/nugfxswapcfbfuncset"] diff --git a/src/_ob_past_brick.c b/src/nu/nusched.c similarity index 94% rename from src/_ob_past_brick.c rename to src/nu/nusched.c index 2f0df11..898d690 100644 --- a/src/_ob_past_brick.c +++ b/src/nu/nusched.c @@ -4,7 +4,7 @@ void nuScEventBroadcast(NUScMsg* msg); -INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler); +INCLUDE_ASM(const s32, "nu/nusched", nuScCreateScheduler); OSMesgQueue* nuScGetAudioMQ() { return &nusched.audioRequestMQ; @@ -115,11 +115,11 @@ void nuScEventBroadcast(NUScMsg* msg) { } } -INCLUDE_ASM(const s32, "_ob_past_brick", nuScExecuteAudio); +INCLUDE_ASM(const s32, "nu/nusched", nuScExecuteAudio); -INCLUDE_ASM(const s32, "_ob_past_brick", __thread_80089358); +INCLUDE_ASM(const s32, "nu/nusched", __thread_80089358); -INCLUDE_ASM(const s32, "_ob_past_brick", nuScExecuteGraphics); +INCLUDE_ASM(const s32, "nu/nusched", nuScExecuteGraphics); // void nuScExecuteGraphics(void) { // typedef struct {