Commit e006872355de417467b11f7be82641ae25e7e7fa

Ryan C. Gordon 2021-04-04T00:23:52

hints: SDL_HINT_TIMER_RESOLUTION applies to all versions of Windows. Fixes #3654.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index f7acfff..fdaf896 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -807,7 +807,7 @@ extern "C" {
  *
  *  The higher resolution the timer, the more frequently the CPU services
  *  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:
  *  http://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/