windows: mark as HighQoS, ensure timer resolution is honored

This commit is contained in:
Shawn Hoffman
2022-07-18 00:20:26 -07:00
parent 3384b1385e
commit b473c35873
2 changed files with 17 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public:
bool IsRunning() const { return m_running; }
u64 ElapsedMs() const;
// The rest of these functions probably belong somewhere else
static u64 GetLocalTimeSinceJan1970();
static void IncreaseResolution();