shared_translations: Re flow strings
This commit is contained in:
parent
9a844bbf0c
commit
d72ff01726
|
@ -62,12 +62,12 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
|
||||||
INSERT(use_asynchronous_gpu_emulation, "Use asynchronous GPU emulation", "");
|
INSERT(use_asynchronous_gpu_emulation, "Use asynchronous GPU emulation", "");
|
||||||
INSERT(nvdec_emulation, "NVDEC emulation:", "");
|
INSERT(nvdec_emulation, "NVDEC emulation:", "");
|
||||||
INSERT(accelerate_astc, "ASTC Decoding Method:", "");
|
INSERT(accelerate_astc, "ASTC Decoding Method:", "");
|
||||||
INSERT(
|
INSERT(vsync_mode, "VSync Mode:",
|
||||||
vsync_mode, "VSync Mode:",
|
"FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen "
|
||||||
"FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh "
|
"refresh rate.\nFIFO Relaxed is similar to FIFO but allows tearing as it recovers from "
|
||||||
"rate. FIFO Relaxed is similar to FIFO but allows tearing as it recovers from a slow down. "
|
"a slow down.\nMailbox can have lower latency than FIFO and does not tear but may drop "
|
||||||
"Mailbox can have lower latency than FIFO and does not tear but may drop frames. Immediate "
|
"frames.\nImmediate (no synchronization) just presents whatever is available and can "
|
||||||
"(no synchronization) just presents whatever is available and can exhibit tearing.");
|
"exhibit tearing.");
|
||||||
INSERT(bg_red, "", "");
|
INSERT(bg_red, "", "");
|
||||||
INSERT(bg_green, "", "");
|
INSERT(bg_green, "", "");
|
||||||
INSERT(bg_blue, "", "");
|
INSERT(bg_blue, "", "");
|
||||||
|
|
Reference in New Issue