Change default refreshrate for RARCH_CONSOLE to 60/1.001

This commit is contained in:
twinaphex 2014-02-17 12:30:30 +01:00
parent 6c23b9afe4
commit 9a2863e95f

View File

@ -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