Timer: protect usages of ms timers from rollover

This commit is contained in:
Shawn Hoffman 2022-07-18 11:48:20 -07:00
commit fec61f89a3
4 changed files with 16 additions and 31 deletions

View file

@ -18,7 +18,6 @@ public:
// Effectively "resumes" a timer
void StartWithOffset(u64 offset);
void Stop();
bool IsRunning() const { return m_running; }
u64 ElapsedMs() const;
// The rest of these functions probably belong somewhere else