Rename `_ob_past_brick.c` to `nusched.c`

This commit is contained in:
gijs 2023-10-20 17:31:51 +02:00
parent f0b15433cb
commit 42c160f7b9
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ segments:
- [0x189D0, c, "_ob_exciting_offer"] - [0x189D0, c, "_ob_exciting_offer"]
- [0x18F30, asm] - [0x18F30, asm]
- [0x18F80, asm] - [0x18F80, asm]
- [0x19050, c, "_ob_past_brick"] - [0x19050, c, "nu/nusched"]
- [0x19940, c, "nu/nugfxtaskmgr"] - [0x19940, c, "nu/nugfxtaskmgr"]
- [0x19D90, c, "nu/nugfxfuncset"] - [0x19D90, c, "nu/nugfxfuncset"]
- [0x19DD0, c, "nu/nugfxswapcfbfuncset"] - [0x19DD0, c, "nu/nugfxswapcfbfuncset"]

View File

@ -4,7 +4,7 @@
void nuScEventBroadcast(NUScMsg* msg); void nuScEventBroadcast(NUScMsg* msg);
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler); INCLUDE_ASM(const s32, "nu/nusched", nuScCreateScheduler);
OSMesgQueue* nuScGetAudioMQ() { OSMesgQueue* nuScGetAudioMQ() {
return &nusched.audioRequestMQ; 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) { // void nuScExecuteGraphics(void) {
// typedef struct { // typedef struct {