From 8e7a396c96bb9eca44f43ceaa5ecc6407f48a027 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 18 Jan 2013 12:31:40 +0100 Subject: [PATCH] (GX) Wii and Gamecube run at 59.94Hz - change from 59.92Hz to 59.94Hz --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f309e2cd5e..1e9a9329af 100644 --- a/config.def.h +++ b/config.def.h @@ -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;