From 5f7a1d545af115d02f4480a9f01279f485411dbc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Jun 2014 01:14:06 +0200 Subject: [PATCH] (QNX) Take out weird QNX default refresh rate --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index b5acaa8a4b..7185a0146e 100644 --- a/config.def.h +++ b/config.def.h @@ -433,9 +433,7 @@ static const bool font_enable = true; // This value should stay close to 60Hz to avoid large pitch changes. // If your monitor does not run at 60Hz, or something close to it, disable VSync, // and leave this at its default. -#if defined(__QNX__) -static const float refresh_rate = 59.98; -#elif defined(RARCH_CONSOLE) +#if defined(RARCH_CONSOLE) static const float refresh_rate = 60/1.001; #else static const float refresh_rate = 59.95;