Buildfix, oops.

This commit is contained in:
Henrik Rydgård 2024-05-26 17:26:11 +02:00
parent 373c3f37e6
commit 1754fd1504

View File

@ -995,7 +995,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
#ifndef _DEBUG
// See #11719 - too many Vulkan drivers crash on basic init.
if (g_Config.IsBackendEnabled(GPUBackend::VULKAN, false)) {
if (g_Config.IsBackendEnabled(GPUBackend::VULKAN)) {
VulkanSetAvailable(DetectVulkanInExternalProcess());
}
#endif