Timer: protect usages of ms timers from rollover

This commit is contained in:
Shawn Hoffman
2022-07-18 11:48:20 -07:00
parent 0fe99e9bc8
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