(PS3) Set default refresh rate to 59.94Hz

This commit is contained in:
twinaphex 2013-01-17 13:14:23 +01:00
parent ca9edec941
commit a60b2f80a4

View File

@ -267,7 +267,9 @@ static const bool font_enable = true;
// This value should stay close to 60Hz to avoid large pitch changes.
// If your monitor does not run at 60Hz, or something close to it, disable VSync,
// and leave this at its default.
#if defined(RARCH_CONSOLE)
#if defined(__CELLOS_LV2__)
static const float refresh_rate = 59.94;
#elif defined(RARCH_CONSOLE)
static const float refresh_rate = 59.92;
#else
static const float refresh_rate = 59.95;