mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(QNX) Build fix/typo
This commit is contained in:
parent
51947bbe03
commit
63d0f97df7
@ -311,7 +311,7 @@ static const bool font_enable = true;
|
||||
// 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.86;
|
||||
static const float refresh_rate = 59.86;
|
||||
#elif defined(RARCH_CONSOLE)
|
||||
static const float refresh_rate = 59.94;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user