mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
small fix
This commit is contained in:
parent
f5dd2e83a9
commit
9103a545a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue