diff options
| author | Techjar <tecknojar@gmail.com> | 2020-10-08 10:11:02 -0400 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2020-10-08 10:11:02 -0400 |
| commit | de2d099200abaf889f172e1b8436ddb1a1787075 (patch) | |
| tree | 55ea3268247583851618dd99caa5988606794978 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 0029ca84b07f44e3ce8c80a44fa0285a966b34d3 (diff) | |
Re-enable GPU Texture Decoding under MoltenVK
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 3c5d9191c0..88a482ecf8 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -118,8 +118,6 @@ constexpr BugInfo m_known_bugs[] = { -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}, - {API_VULKAN, OS_OSX, VENDOR_ALL, DRIVER_PORTABILITY, Family::UNKNOWN, - BUG_BROKEN_GPU_TEXTURE_DECODING, -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
