summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/shared_translation.cpp
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-05-07 18:03:40 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:07 +0200
commitf8435d676f0073dee4d2ea87c84767a53911fbe6 (patch)
tree1ee636d7b2263f88b914a93dc4cf4ddb5c4d833a /src/yuzu/configuration/shared_translation.cpp
parentsettings: Recategorize a bit (diff)
downloadyuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar.gz
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar.bz2
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar.lz
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar.xz
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.tar.zst
yuzu-f8435d676f0073dee4d2ea87c84767a53911fbe6.zip
Diffstat (limited to 'src/yuzu/configuration/shared_translation.cpp')
-rw-r--r--src/yuzu/configuration/shared_translation.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index ddc7569f1..73c3086ae 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -36,6 +36,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
// Cpu
INSERT("cpu_accuracy", "Accuracy:", "");
+ INSERT("cpu_accuracy_first_time", "", "");
// Cpu Debug
INSERT("cpu_debug_mode", "Enable CPU Debugging", "");
@@ -75,13 +76,16 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
INSERT("use_disk_shader_cache", "Use disk pipeline cache", "");
INSERT("use_asynchronous_gpu_emulation", "Use asynchronous GPU emulation", "");
INSERT("nvdec_emulation", "NVDEC emulation:", "");
- INSERT("acclerate_astc", "ASTC Decoding Method:", "");
+ INSERT("accelerate_astc", "ASTC Decoding Method:", "");
INSERT(
"use_vsync", "VSync Mode:",
"FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh "
"rate. FIFO Relaxed is similar to FIFO but allows tearing as it recovers from a slow down. "
"Mailbox can have lower latency than FIFO and does not tear but may drop frames. Immediate "
"(no synchronization) just presents whatever is available and can exhibit tearing.");
+ INSERT("bg_red", "", "");
+ INSERT("bg_green", "", "");
+ INSERT("bg_blue", "", "");
// Renderer (Advanced Graphics)
INSERT("async_presentation", "Enable asynchronous presentation (Vulkan only)", "");
@@ -104,9 +108,6 @@ 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("bg_red", "Background Color:", "");
- INSERT("bg_green", "Background Color:", "");
- INSERT("bg_blue", "Background Color:", "");
// Renderer (Debug)
INSERT("debug", "Enable Graphics Debugging",