Timers: Handle target = 0 case

Fixes Super Gals! Kotobuki Ran Special - Ikemen Get You Gals Party
hanging at boot.
This commit is contained in:
Connor McLaughlin
2021-02-09 01:01:36 +10:00
parent 537f833658
commit ef97131c9d
2 changed files with 15 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ private:
};
void UpdateCountingEnabled(CounterState& cs);
void CheckForIRQ(u32 index, u32 old_counter);
void UpdateIRQ(u32 index);
void AddSysClkTicks(TickCount sysclk_ticks);