mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
hints: SDL_HINT_TIMER_RESOLUTION applies to all versions of Windows.
Fixes #3654.
This commit is contained in:
parent
a81fe27271
commit
e006872355
@ -807,7 +807,7 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* The higher resolution the timer, the more frequently the CPU services
|
* The higher resolution the timer, the more frequently the CPU services
|
||||||
* timer interrupts, and the more precise delays are, but this takes up
|
* timer interrupts, and the more precise delays are, but this takes up
|
||||||
* power and CPU time. This hint is only used on Windows 7 and earlier.
|
* power and CPU time. This hint is only used on Windows.
|
||||||
*
|
*
|
||||||
* See this blog post for more information:
|
* See this blog post for more information:
|
||||||
* http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/
|
* http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/
|
||||||
|
Loading…
Reference in New Issue
Block a user