mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Upgrade IDO Static Recomp to fix a bug, and slip in a few other minor changes (#384)
This commit is contained in:
@@ -146,6 +146,9 @@ OSMesgQueue *osScGetInterruptQ(OSSched *sc) {
|
||||
return &sc->interruptQ;
|
||||
}
|
||||
|
||||
/**
|
||||
* Official Name: osScGetAudioSPStats
|
||||
*/
|
||||
UNUSED void scGetAudioTaskTimers(f32 *timer0, f32 *timer1, f32 *timer2) {
|
||||
*timer0 = gAudTaskTimer0;
|
||||
*timer1 = gAudTaskTimer2;
|
||||
|
||||
Reference in New Issue
Block a user