mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(QNX) Take out weird QNX default refresh rate
This commit is contained in:
parent
91077ba31a
commit
5f7a1d545a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user