summarylogtreecommitdiffstats
path: root/yuzu-gcc12-clang13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'yuzu-gcc12-clang13.patch')
-rwxr-xr-xyuzu-gcc12-clang13.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/yuzu-gcc12-clang13.patch b/yuzu-gcc12-clang13.patch
deleted file mode 100755
index 8041bbe71afc..000000000000
--- a/yuzu-gcc12-clang13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
-+++ b/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
-@@ -977,7 +977,7 @@ private:
- bool uses_demote_to_helper{};
-
- // TODO: C++20 Remove this when all compilers support constexpr std::vector
--#if __cpp_lib_constexpr_vector >= 201907
-+#if (__cpp_lib_constexpr_vector >= 201907) && !(defined(__clang__)) && !(defined(__GNUC__))
- static constexpr Flow::Block dummy_flow_block;
- #else
- const Flow::Block dummy_flow_block;