Rename `_ob_past_brick.c` to `nusched.c`
This commit is contained in:
parent
f0b15433cb
commit
42c160f7b9
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
Loading…
Reference in New Issue