mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
Implement StartTimer
This commit is contained in:
parent
b92d47c4b5
commit
a03647923f
@ -113,7 +113,9 @@ void SetTimerSpeed(TIMER *ptimer, float svt) {
|
||||
|
||||
INCLUDE_ASM(const s32, "P2/screen", SetTimerExpire__FP5TIMERfPFP5TIMER9TIMERNOTK_v);
|
||||
|
||||
INCLUDE_ASM(const s32, "P2/screen", StartTimer__FP5TIMER);
|
||||
void StartTimer(TIMER *ptimer) {
|
||||
SetTimerTimers(ptimer, TIMERS_Running);
|
||||
}
|
||||
|
||||
INCLUDE_ASM(const s32, "P2/screen", StopTimer__FP5TIMER);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user