mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 17:23:48 +00:00
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. */
|
||||
#ifdef _3DS
|
||||
static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
||||
#elif defined(RARCH_CONSOLE)
|
||||
static const float refresh_rate = 60/1.001;
|
||||
#else
|
||||
static const float refresh_rate = 59.94;
|
||||
static const float refresh_rate = 60/1.001;
|
||||
#endif
|
||||
|
||||
/* Allow games to set rotation. If false, rotation requests are
|
||||
|
Loading…
x
Reference in New Issue
Block a user