Implement SetTimerSpeed

This commit is contained in:
Charles Lombardo 2024-11-12 12:20:35 -05:00
parent 0a806289fb
commit b92d47c4b5

View File

@ -107,7 +107,9 @@ INCLUDE_ASM(const s32, "P2/screen", DrawTimer__FP5TIMER);
INCLUDE_ASM(const s32, "P2/screen", SetTimer__FP5TIMERf);
INCLUDE_ASM(const s32, "P2/screen", SetTimerSpeed__FP5TIMERf);
void SetTimerSpeed(TIMER *ptimer, float svt) {
ptimer->svt = svt;
}
INCLUDE_ASM(const s32, "P2/screen", SetTimerExpire__FP5TIMERfPFP5TIMER9TIMERNOTK_v);