Merge branch 'ssnes-consoles' of github.com:Themaister/SSNES into ssnes-consoles
This commit is contained in:
commit
f28fc0cabb
|
@ -173,7 +173,11 @@ 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.
|
||||||
|
#ifdef __CELLOS_LV2__
|
||||||
|
static const float refresh_rate = 59.92;
|
||||||
|
#else
|
||||||
static const float refresh_rate = 59.95;
|
static const float refresh_rate = 59.95;
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////
|
////////////////
|
||||||
// Audio
|
// Audio
|
||||||
|
|
Loading…
Reference in New Issue