Rename `func_80088EF0` to `nuScGetAudioMQ`
This commit is contained in:
parent
a9ae2448a7
commit
26bd797aa0
|
|
@ -11,6 +11,7 @@ nuScEventHandler = 0x80088F08;
|
||||||
nuScExecuteAudio = 0x80089200;
|
nuScExecuteAudio = 0x80089200;
|
||||||
nuScExecuteGraphics = 0x800893C0;
|
nuScExecuteGraphics = 0x800893C0;
|
||||||
nuScEventBroadcast = 0x800891A0;
|
nuScEventBroadcast = 0x800891A0;
|
||||||
|
nuScGetAudioMQ = 0x80088EF0;
|
||||||
|
|
||||||
obCurrentTime = 0x800C47D0;
|
obCurrentTime = 0x800C47D0;
|
||||||
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
obSetCurrentTime = 0x8009C7C0; // rom:0x2CBC0
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
|
INCLUDE_ASM(const s32, "_ob_past_brick", nuScCreateScheduler);
|
||||||
|
|
||||||
/* 192F0 80088EF0*/
|
/* 192F0 80088EF0*/
|
||||||
s32* func_80088EF0(void) {
|
OSMesgQueue* nuScGetAudioMQ() {
|
||||||
return &nusched.audioRequestMQ;
|
return &nusched.audioRequestMQ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue