Refresh rate for Blackberry Playbook seems to be more along the lines

of 59.86Hz, so set it to that. Note to CatalystG - try out what the
refresh rate of your BB10 phone is by running RetroArch, exiting and
then looking in the log for a line that says: "average monitor Hz"
This commit is contained in:
twinaphex 2013-05-27 12:38:34 +02:00
parent 58557f837b
commit 51947bbe03

View File

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