summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/shared_translation.cpp
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-05-08 20:11:45 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:07 +0200
commit39a1ffbb91a026fd3842f55ebca222db50afea41 (patch)
tree98b15c5936b3a909edddb5b956d4e7dd680e7f49 /src/yuzu/configuration/shared_translation.cpp
parentshared_translations: Re flow strings (diff)
downloadyuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar.gz
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar.bz2
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar.lz
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar.xz
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.tar.zst
yuzu-39a1ffbb91a026fd3842f55ebca222db50afea41.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/configuration/shared_translation.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index 5a2071781..a13636af6 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -93,6 +93,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
"Enable compute pipelines, required by some games.\nThis setting only exists for Intel "
"proprietary drivers, and may crash if enabled.\nCompute pipelines are always enabled "
"on all other drivers.");
+ INSERT(use_reactive_flushing, "Enable Reactive Flushing",
+ "Uses reactive flushing instead of predictive flushing, allowing more accurate memory "
+ "syncing.");
// Renderer (Debug)