diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-05-28 18:10:48 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-05-31 16:22:50 -0700 |
| commit | c58837964f02a1db64f82fd260c5a554adbc6b81 (patch) | |
| tree | c977c95fbfa472a259af68935fb90d7231b7eb51 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | c404452d3edcd3d0cf2d870a51166c6f6132a5e1 (diff) | |
VideoCommon: Fix bounding box on AMD/OpenGL/Windows
Co-authored-by: Techjar <tecknojar@gmail.com>
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 6e97b010e7..d7fe873b1d 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -126,6 +126,8 @@ constexpr BugInfo m_known_bugs[] = { -1.0, -1.0, true}, {API_VULKAN, OS_ALL, VENDOR_ARM, DRIVER_ARM, Family::UNKNOWN, BUG_BROKEN_VECTOR_BITWISE_AND, -1.0, -1.0, true}, + {API_OPENGL, OS_WINDOWS, VENDOR_ATI, DRIVER_ATI, Family::UNKNOWN, BUG_BROKEN_SSBO_FIELD_ATOMICS, + -1.0, -1.0, true}, }; static std::map<Bug, BugInfo> m_bugs; |
