mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix, oops.
This commit is contained in:
parent
373c3f37e6
commit
1754fd1504
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
|
||||||
|
|
||||||
#ifndef _DEBUG
|
#ifndef _DEBUG
|
||||||
// See #11719 - too many Vulkan drivers crash on basic init.
|
// 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());
|
VulkanSetAvailable(DetectVulkanInExternalProcess());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue