From 9a2863e95f05617d31e770e4a93402d2c7ec096f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Feb 2014 12:30:30 +0100 Subject: [PATCH] Change default refreshrate for RARCH_CONSOLE to 60/1.001 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e5b1f71e51..9ee0f4ec46 100644 --- a/config.def.h +++ b/config.def.h @@ -411,7 +411,7 @@ static const bool font_enable = true; #if defined(__QNX__) static const float refresh_rate = 59.98; #elif defined(RARCH_CONSOLE) -static const float refresh_rate = 59.94; +static const float refresh_rate = 60/1.001; #else static const float refresh_rate = 59.95; #endif