Skip to content

Commit

Permalink
Merge pull request #11621 from unknownbrackets/gles-default
Browse files Browse the repository at this point in the history
Vulkan: Avoid using Vulkan by default
  • Loading branch information
hrydgard authored Dec 2, 2018
2 parents f109c82 + 8b6221e commit 066b4c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,6 @@ static int DefaultAndroidHwScale() {
}

static int DefaultGPUBackend() {
#if PPSSPP_PLATFORM(WINDOWS) || PPSSPP_PLATFORM(ANDROID)
// Where supported, let's use Vulkan.
if (VulkanMayBeAvailable()) {
return (int)GPUBackend::VULKAN;
}
#endif
#if PPSSPP_PLATFORM(WINDOWS)
// If no Vulkan, use Direct3D 11 on Windows 8+ (most importantly 10.)
if (DoesVersionMatchWindows(6, 2, 0, 0, true)) {
Expand Down

0 comments on commit 066b4c6

Please sign in to comment.