From 5298328cb175a17eb9ea534a9d07dc57b42d2d42 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sat, 15 Apr 2017 19:23:19 -0700 Subject: Add headless support on macOS --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index d9293a0faa..f5860e2dca 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -370,7 +370,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(); -- cgit v1.2.3