From 42c160f7b981502531c4ce3ad4e50a3290cacac8 Mon Sep 17 00:00:00 2001 From: gijs Date: Fri, 20 Oct 2023 17:31:51 +0200 Subject: [PATCH] Rename `_ob_past_brick.c` to `nusched.c` --- splat.yaml | 2 +- src/{_ob_past_brick.c => nu/nusched.c} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/{_ob_past_brick.c => nu/nusched.c} (94%) 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 {