From d7e1099a97adbf10e8aafa984679e41c4f61556b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 19 Jul 2019 13:06:07 +0200 Subject: [PATCH] Set default refresh rate to 60Hz --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1e34eb37d5..1699865088 100644 --- a/config.def.h +++ b/config.def.h @@ -564,9 +564,12 @@ static const float message_bgcolor_opacity = 1.0f; #ifdef _3DS static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ; static const float crt_refresh_rate = (32730.0 * 8192.0) / 4481134.0 ; -#else +#elif defined(RARCH_CONSOLE) static const float refresh_rate = 60/1.001; static const float crt_refresh_rate = 60/1.001; +#else +static const float refresh_rate = 60; +static const float crt_refresh_rate = 60; #endif /* Allow games to set rotation. If false, rotation requests are