diff --git a/config.def.h b/config.def.h index aee8eb6aee..6993926be9 100644 --- a/config.def.h +++ b/config.def.h @@ -310,7 +310,9 @@ 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(RARCH_CONSOLE) +#if defined(__QNX__) +static const float refresh rate = 59.86; +#elif defined(RARCH_CONSOLE) static const float refresh_rate = 59.94; #else static const float refresh_rate = 59.95;