Upgrade IDO Static Recomp to fix a bug, and slip in a few other minor changes (#384)

This commit is contained in:
Ryan Myers
2023-04-18 21:52:18 -04:00
committed by GitHub
parent c41bbf9131
commit c9050f4e3e
10 changed files with 34 additions and 15 deletions
+3
View File
@@ -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;