mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Buildfix, oops.
This commit is contained in:
parent
373c3f37e6
commit
1754fd1504
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user