Merge pull request #8922 from Filoppi/timer-fixes

Timer fixes
This commit is contained in:
Tilka 2020-07-13 00:16:45 +01:00 committed by GitHub
commit 695a96498a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -23,6 +23,8 @@ public:
u64 GetTimeDifference();
void AddTimeDifference();
bool IsRunning() const { return m_Running; }
static void IncreaseResolution();
static void RestoreResolution();
static u64 GetTimeSinceJan1970();