mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
DolphinQt: Tweak the aspect ratio setting description
With this, I intend to make it clearer that Auto, Force 4:3, Force 16:9 and Custom are really the same thing, just with the aspect ratio of the simulated TV being selected in a different way. I also extended the introduction in a way I feel will clarify things but which you are welcome to bikeshed :) I was thinking of this during the review of 41b19e262f, but wanted to put it in a separate PR as to avoid blocking it on bikeshedding. I'm a bit unsure what to do about the word "analog" in "analog TV". I felt that repeating it for each of these options would be too repetitive. I suppose there's a reason why we used the word originally, but digital TVs do give you basically the same aspect ratio for GC/Wii games as analog TVs. (Of course, whether it's 4:3-like or 16:9-like depends on what aspect ratio you set in the TV's settings, but that's the case for widescreen CRTs too.)
This commit is contained in:
parent
58616a6e4c
commit
28da3160c3
@ -251,17 +251,23 @@ void GeneralWidget::AddDescriptions()
|
|||||||
"a separate render window.<br><br><dolphin_emphasis>If unsure, leave "
|
"a separate render window.<br><br><dolphin_emphasis>If unsure, leave "
|
||||||
"this unchecked.</dolphin_emphasis>");
|
"this unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_ASPECT_RATIO_DESCRIPTION[] = QT_TR_NOOP(
|
static const char TR_ASPECT_RATIO_DESCRIPTION[] = QT_TR_NOOP(
|
||||||
"Selects which aspect ratio to use when drawing on the render window.<br>"
|
"Selects which aspect ratio to use for displaying the game."
|
||||||
"Each game can have a slightly different native aspect ratio.<br>They can vary by "
|
"<br><br>The aspect ratio of the image sent out by the original consoles varied depending on "
|
||||||
"scene and settings and rarely ever exactly match 4:3 or 16:9."
|
"the game and rarely exactly matched 4:3 or 16:9. Some of the image would be cut off by the "
|
||||||
"<br><br><b>Auto</b>: Uses the native aspect ratio"
|
"edges of the TV, or the image wouldn't fill the TV entirely. By default, Dolphin shows the "
|
||||||
"<br><br><b>Force 16:9</b>: Mimics an analog TV with a widescreen aspect ratio."
|
"whole image without distorting its proportions, which means it's normal for the image to "
|
||||||
"<br><br><b>Force 4:3</b>: Mimics a standard 4:3 analog TV."
|
"not entirely fill your display."
|
||||||
"<br><br><b>Stretch to Window</b>: Stretches the picture to the window size."
|
"<br><br><b>Auto</b>: Mimics a TV with either a 4:3 or 16:9 aspect ratio, depending on which "
|
||||||
"<br><br><b>Custom</b>: Forces the specified aspect ratio."
|
"type of TV the game seems to be targeting."
|
||||||
"<br>This is mostly intended to be used with aspect ratio cheats/mods."
|
"<br><br><b>Force 16:9</b>: Mimics a TV with a 16:9 (widescreen) aspect ratio."
|
||||||
"<br><br><b>Custom (Stretch)</b>: Similar to `Custom` but not relative to the "
|
"<br><br><b>Force 4:3</b>: Mimics a TV with a 4:3 aspect ratio."
|
||||||
"title's native aspect ratio.<br>This is not meant to be used under normal circumstances."
|
"<br><br><b>Stretch to Window</b>: Stretches the image to the window size. "
|
||||||
|
"This will usually distort the image's proportions."
|
||||||
|
"<br><br><b>Custom</b>: Mimics a TV with the specified aspect ratio. "
|
||||||
|
"This is mostly intended to be used with aspect ratio cheats/mods."
|
||||||
|
"<br><br><b>Custom (Stretch)</b>: Similar to `Custom`, but stretches the image to the "
|
||||||
|
"specified aspect ratio. This will usually distort the image's proportions, and should not "
|
||||||
|
"be used under normal circumstances."
|
||||||
"<br><br><dolphin_emphasis>If unsure, select Auto.</dolphin_emphasis>");
|
"<br><br><dolphin_emphasis>If unsure, select Auto.</dolphin_emphasis>");
|
||||||
static const char TR_VSYNC_DESCRIPTION[] = QT_TR_NOOP(
|
static const char TR_VSYNC_DESCRIPTION[] = QT_TR_NOOP(
|
||||||
"Waits for vertical blanks in order to prevent tearing.<br><br>Decreases performance "
|
"Waits for vertical blanks in order to prevent tearing.<br><br>Decreases performance "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user