mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
[App] Actually set a high-performance timer
This commit is contained in:
parent
288af1c7e9
commit
6262dd2c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static void RequestHighPerformance() {
|
|||
ULONG minimum_resolution, maximum_resolution, current_resolution;
|
||||
NtQueryTimerResolution(&minimum_resolution, &maximum_resolution,
|
||||
¤t_resolution);
|
||||
NtSetTimerResolution(minimum_resolution, TRUE, ¤t_resolution);
|
||||
NtSetTimerResolution(maximum_resolution, TRUE, ¤t_resolution);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue