mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-17 07:50:27 +00:00
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:
parent
58557f837b
commit
51947bbe03
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user