mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(GX) Wii and Gamecube run at 59.94Hz - change from 59.92Hz to 59.94Hz
This commit is contained in:
parent
1d29060e08
commit
8e7a396c96
@ -277,7 +277,7 @@ 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(__CELLOS_LV2__)
|
||||
#if defined(__CELLOS_LV2__) || defined(GEKKO)
|
||||
static const float refresh_rate = 59.94;
|
||||
#elif defined(RARCH_CONSOLE)
|
||||
static const float refresh_rate = 59.92;
|
||||
|
Loading…
x
Reference in New Issue
Block a user