diff options
| author | 2023-05-08 10:05:37 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:07 -0400 | |
| commit | d72ff0172661c0e10308d7000c4fef57cdb94d90 (patch) | |
| tree | 38af74bdb08687ac1db18d8a9ef2289fb719a2fe /src | |
| parent | configure_graphics: More complete reimplementation (diff) | |
| download | yuzu-d72ff0172661c0e10308d7000c4fef57cdb94d90.tar.gz yuzu-d72ff0172661c0e10308d7000c4fef57cdb94d90.tar.xz yuzu-d72ff0172661c0e10308d7000c4fef57cdb94d90.zip | |
shared_translations: Re flow strings
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index c20a3ebd9..5a2071781 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp | |||
| @@ -62,12 +62,12 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) { | |||
| 62 | INSERT(use_asynchronous_gpu_emulation, "Use asynchronous GPU emulation", ""); | 62 | INSERT(use_asynchronous_gpu_emulation, "Use asynchronous GPU emulation", ""); |
| 63 | INSERT(nvdec_emulation, "NVDEC emulation:", ""); | 63 | INSERT(nvdec_emulation, "NVDEC emulation:", ""); |
| 64 | INSERT(accelerate_astc, "ASTC Decoding Method:", ""); | 64 | INSERT(accelerate_astc, "ASTC Decoding Method:", ""); |
| 65 | INSERT( | 65 | INSERT(vsync_mode, "VSync Mode:", |
| 66 | vsync_mode, "VSync Mode:", | 66 | "FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen " |
| 67 | "FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh " | 67 | "refresh rate.\nFIFO Relaxed is similar to FIFO but allows tearing as it recovers from " |
| 68 | "rate. FIFO Relaxed is similar to FIFO but allows tearing as it recovers from a slow down. " | 68 | "a slow down.\nMailbox can have lower latency than FIFO and does not tear but may drop " |
| 69 | "Mailbox can have lower latency than FIFO and does not tear but may drop frames. Immediate " | 69 | "frames.\nImmediate (no synchronization) just presents whatever is available and can " |
| 70 | "(no synchronization) just presents whatever is available and can exhibit tearing."); | 70 | "exhibit tearing."); |
| 71 | INSERT(bg_red, "", ""); | 71 | INSERT(bg_red, "", ""); |
| 72 | INSERT(bg_green, "", ""); | 72 | INSERT(bg_green, "", ""); |
| 73 | INSERT(bg_blue, "", ""); | 73 | INSERT(bg_blue, "", ""); |