mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Timer: protect usages of ms timers from rollover
This commit is contained in:
parent
0fe99e9bc8
commit
fec61f89a3
4 changed files with 16 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue