mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 18:45:43 -04: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(
|
tr(
|
||||||
"Uses NTSC frame timings when the console is in PAL mode, forcing PAL games to run at 60hz. For most games which "
|
"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 "
|
"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(
|
dialog->registerWidgetHelp(
|
||||||
m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"),
|
m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"),
|
||||||
tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear "
|
tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user