Make these two the default
This commit is contained in:
parent
89f3bdb8cb
commit
4a30bfd156
|
@ -650,10 +650,8 @@ static const bool font_enable = true;
|
||||||
* disable VSync, and leave this at its default. */
|
* disable VSync, and leave this at its default. */
|
||||||
#ifdef _3DS
|
#ifdef _3DS
|
||||||
static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
||||||
#elif defined(RARCH_CONSOLE)
|
|
||||||
static const float refresh_rate = 60/1.001;
|
|
||||||
#else
|
#else
|
||||||
static const float refresh_rate = 59.94;
|
static const float refresh_rate = 60/1.001;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Allow games to set rotation. If false, rotation requests are
|
/* Allow games to set rotation. If false, rotation requests are
|
||||||
|
|
Loading…
Reference in New Issue