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){}