mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Change default refreshrate for RARCH_CONSOLE to 60/1.001
This commit is contained in:
parent
6c23b9afe4
commit
9a2863e95f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user