mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Timer: protect usages of ms timers from rollover
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user