refresh rate should be 59.94

This commit is contained in:
Brad Parker 2016-09-14 20:46:41 -04:00
parent f28037a68b
commit f5ade35cc6
2 changed files with 2 additions and 2 deletions

View File

@ -653,7 +653,7 @@ 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.95;
static const float refresh_rate = 59.94;
#endif
/* Allow games to set rotation. If false, rotation requests are

View File

@ -256,7 +256,7 @@
# Video refresh rate of your monitor.
# Used to calculate a suitable audio input rate.
# video_refresh_rate = 59.95
# video_refresh_rate = 59.94
# Allows libretro cores to set rotation modes.
# Setting this to false will honor, but ignore this request.