mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-01 04:05:03 +01:00
configuration: break up tooltip for 'VRAM Usage Mode' into multiple lines
This commit is contained in:
parent
f52a2c5d99
commit
6d2368b07b
27 changed files with 93 additions and 32 deletions
|
|
@ -178,9 +178,10 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
|
|||
"negatively affecting image quality."));
|
||||
INSERT(Settings, vram_usage_mode, tr("VRAM Usage Mode:"),
|
||||
tr("Selects whether the emulator should prefer to conserve memory or make maximum usage "
|
||||
"of available video memory for performance. Has no effect on integrated graphics. "
|
||||
"of available video memory for performance.\n"
|
||||
"Aggressive mode may severely impact the performance of other applications such as "
|
||||
"recording software."));
|
||||
"recording software.\n"
|
||||
"Has no effect on integrated graphics."));
|
||||
INSERT(
|
||||
Settings, vsync_mode, tr("VSync Mode:"),
|
||||
tr("FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue