mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Avoid using Vulkan by default.
Bugs on Adreno, some issues on Intel and AMD. Let's instead prefer Direct3D 11 or GLES for now.
This commit is contained in:
parent
571ea0eec5
commit
8b6221e852
1 changed files with 0 additions and 6 deletions
|
@ -537,12 +537,6 @@ static int DefaultAndroidHwScale() {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int DefaultGPUBackend() {
|
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 PPSSPP_PLATFORM(WINDOWS)
|
||||||
// If no Vulkan, use Direct3D 11 on Windows 8+ (most importantly 10.)
|
// If no Vulkan, use Direct3D 11 on Windows 8+ (most importantly 10.)
|
||||||
if (DoesVersionMatchWindows(6, 2, 0, 0, true)) {
|
if (DoesVersionMatchWindows(6, 2, 0, 0, true)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue