mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Windows: Fix Vulkan out of process check.
Oops, forgot to actually pass false after adding this argument...
This commit is contained in:
parent
528d04defe
commit
7588a9760e
@ -572,7 +572,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)) {
|
||||
if (g_Config.IsBackendEnabled(GPUBackend::VULKAN, false)) {
|
||||
VulkanSetAvailable(DetectVulkanInExternalProcess());
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user