From e006872355de417467b11f7be82641ae25e7e7fa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 4 Apr 2021 00:23:52 -0400 Subject: [PATCH] hints: SDL_HINT_TIMER_RESOLUTION applies to all versions of Windows. Fixes #3654. --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index f7acfffce8..fdaf896100 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/