Qt/GPUSettings: Update aspect ratio help text
This commit is contained in:
parent
6d97b3538f
commit
e782b678b6
|
@ -60,8 +60,8 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p
|
|||
"Enables the usage of debug devices and shaders for rendering APIs which support them. "
|
||||
"Should only be used when debugging the emulator.");
|
||||
dialog->registerWidgetHelp(m_ui.displayAspectRatio, "Aspect Ratio", "4:3",
|
||||
"Changes the pixel aspect ratio which is used to display the console's output to the "
|
||||
"screen. The default is 4:3 which matches a typical TV of the era.");
|
||||
"Changes the aspect ratio used to display the console's output to the screen. The default "
|
||||
"is 4:3 which matches a typical TV of the era.");
|
||||
dialog->registerWidgetHelp(m_ui.displayCropMode, "Crop Mode", "Only Overscan Area",
|
||||
"Determines how much of the area typically not visible on a consumer TV set to crop/hide. "
|
||||
"Some games display content in the overscan area, or use it for screen effects and may "
|
||||
|
|
Loading…
Reference in New Issue