diff --git a/config.def.h b/config.def.h index 74d841be25..3ff28986a5 100644 --- a/config.def.h +++ b/config.def.h @@ -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 diff --git a/retroarch.cfg b/retroarch.cfg index 8b57dc2b9c..0465931cbf 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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.