summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-06-21 21:10:08 -0700
committerGitHub <noreply@github.com>2023-06-21 21:10:08 -0700
commit7eb7d56b1bf96267969a913940ae9e35581ab27a (patch)
treeacbad457a360d5d5ab39ffb7d88d1f4d2e56a2f3 /src/common
parent8cb6b33809cee08407688d46971ec0225fee2c83 (diff)
parent8d6aefdcc452b602d94a84d13bbbc15f806b689c (diff)
Merge pull request #10777 from liamwhite/no-barrier
video_core: optionally skip barriers on feedback loops
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 9682281b0..3aedf3850 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -483,6 +483,7 @@ struct Values {
AstcRecompression::Uncompressed, AstcRecompression::Uncompressed, AstcRecompression::Bc3,
"astc_recompression"};
SwitchableSetting<bool> use_video_framerate{false, "use_video_framerate"};
+ SwitchableSetting<bool> barrier_feedback_loops{true, "barrier_feedback_loops"};
SwitchableSetting<u8> bg_red{0, "bg_red"};
SwitchableSetting<u8> bg_green{0, "bg_green"};