Skip to content

Commit

Permalink
Buildfix, oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed May 26, 2024
1 parent 373c3f3 commit 1754fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1754fd1

Please sign in to comment.