From 088901324df79c19755e8fab214f619fcda17b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 24 Aug 2019 09:56:19 +0200 Subject: [PATCH] Missed this in the last commit, sigh --- Core/Config.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/Config.cpp b/Core/Config.cpp index 69ee998692..b83d1bc893 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -580,10 +580,9 @@ static int DefaultGPUBackend() { if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 28) { return (int)GPUBackend::VULKAN; } -#else +#endif // TODO: On some additional Linux platforms, we should also default to Vulkan. return (int)GPUBackend::OPENGL; -#endif } int Config::NextValidBackend() {