diff options
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 9e4eb3e433..528f2aa0e0 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -363,7 +363,7 @@ class PlatformX11 : public Platform static Platform* GetPlatform() { -#if defined(USE_EGL) && defined(USE_HEADLESS) +#if defined(USE_HEADLESS) return new Platform(); #elif HAVE_X11 return new PlatformX11(); |
