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