From 69358b21868e3260d0c9273effbf302b130f25fd Mon Sep 17 00:00:00 2001 From: Techjar Date: Mon, 13 Apr 2020 04:19:24 -0400 Subject: VideoBackends: Disable GPU Texture Decoding under MoltenVK It's broken and causes spectacular artifacts and crashes. --- Source/Core/VideoCommon/DriverDetails.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/DriverDetails.cpp') diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 1670f1a028..3c5d9191c0 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -117,7 +117,10 @@ constexpr BugInfo m_known_bugs[] = { {API_VULKAN, OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_SLOW_CACHED_READBACK_MEMORY, -1.0, -1.0, true}, {API_VULKAN, OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, - BUG_SLOW_CACHED_READBACK_MEMORY, -1.0, -1.0, true}}; + BUG_SLOW_CACHED_READBACK_MEMORY, -1.0, -1.0, true}, + {API_VULKAN, OS_OSX, VENDOR_ALL, DRIVER_PORTABILITY, Family::UNKNOWN, + BUG_BROKEN_GPU_TEXTURE_DECODING, -1.0, -1.0, true}, +}; static std::map m_bugs; -- cgit v1.2.3