mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
small fix
This commit is contained in:
parent
f5dd2e83a9
commit
9103a545a2
@ -19,8 +19,8 @@ void Lib::Timer::Start()
|
||||
LARGE_INTEGER c;
|
||||
QueryPerformanceCounter(&c);
|
||||
m_StartTime = c.QuadPart;
|
||||
m_is_timer_paused = false;
|
||||
#endif
|
||||
m_is_timer_paused = false;
|
||||
}
|
||||
|
||||
void Lib::Timer::Pause()
|
||||
|
Loading…
Reference in New Issue
Block a user