From 5f9cdad7cd43ea7b8f3e1ebe10a33e93720f3e9a Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Wed, 26 May 2010 21:23:44 +0000 Subject: [PATCH] Unbreak nowx build. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5503 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/MainNoGUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index da15483f93..1d58e792f2 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -58,9 +58,10 @@ #if defined HAVE_X11 && HAVE_X11 bool running = true; -bool rendererHasFocus = true; #endif +bool rendererHasFocus = true; + void Host_NotifyMapLoaded(){} void Host_ShowJitResults(unsigned int address){}