mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Merge pull request #13699 from JosJuice/force-typo
DolphinQt: Fix verb agreement in Immediate XFB description
This commit is contained in:
commit
7c8d53a51d
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ void HacksWidget::AddDescriptions()
|
|||
"Displays XFB copies as soon as they are created, instead of waiting for "
|
||||
"scanout.<br><br>Can cause graphical defects in some games if the game doesn't "
|
||||
"expect all XFB copies to be displayed. However, turning this setting on reduces latency."
|
||||
"<br><br>Enabling this also force an effect equivalent to the"
|
||||
" Skip Presenting Duplicate Frames setting."
|
||||
"<br><br>Enabling this also forces an effect equivalent to the "
|
||||
"Skip Presenting Duplicate Frames setting."
|
||||
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
|
||||
static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP(
|
||||
"Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue