Skip to content

Commit 066b4c6

Browse files
authored
Merge pull request #11621 from unknownbrackets/gles-default
Vulkan: Avoid using Vulkan by default
2 parents f109c82 + 8b6221e commit 066b4c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Core/Config.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,6 @@ static int DefaultAndroidHwScale() {
537537
}
538538

539539
static int DefaultGPUBackend() {
540-
#if PPSSPP_PLATFORM(WINDOWS) || PPSSPP_PLATFORM(ANDROID)
541-
// Where supported, let's use Vulkan.
542-
if (VulkanMayBeAvailable()) {
543-
return (int)GPUBackend::VULKAN;
544-
}
545-
#endif
546540
#if PPSSPP_PLATFORM(WINDOWS)
547541
// If no Vulkan, use Direct3D 11 on Windows 8+ (most importantly 10.)
548542
if (DoesVersionMatchWindows(6, 2, 0, 0, true)) {

0 commit comments

Comments
 (0)