mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 03:45:38 +00:00
Qt/GPUSettings: Fix typo in force NTSC timing description
This commit is contained in:
parent
e9882a10aa
commit
013497cf20
|
@ -114,7 +114,7 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p
|
|||
tr(
|
||||
"Uses NTSC frame timings when the console is in PAL mode, forcing PAL games to run at 60hz. For most games which "
|
||||
"have a speed tied to the framerate, this will result in the game running approximately 17% faster. For variable "
|
||||
"frame rate games, it may not affect the framerate."));
|
||||
"frame rate games, it may not affect the speed."));
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"),
|
||||
tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear "
|
||||
|
|
Loading…
Reference in a new issue