mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
Implement SetTimerSpeed
This commit is contained in:
parent
0a806289fb
commit
b92d47c4b5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user