From 63d0f97df768c2ca529989dc94b32dbf7cf6b074 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 May 2013 12:49:05 +0200 Subject: [PATCH] (QNX) Build fix/typo --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6993926be9..4d73b69aa1 100644 --- a/config.def.h +++ b/config.def.h @@ -311,7 +311,7 @@ static const bool font_enable = true; // If your monitor does not run at 60Hz, or something close to it, disable VSync, // and leave this at its default. #if defined(__QNX__) -static const float refresh rate = 59.86; +static const float refresh_rate = 59.86; #elif defined(RARCH_CONSOLE) static const float refresh_rate = 59.94; #else