mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Qt: Unify Skip Draw String
This commit is contained in:
parent
7475cfb325
commit
5b7f85e571
@ -587,10 +587,10 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* settings_dialog,
|
|||||||
dialog()->registerWidgetHelp(m_fixes.gpuTargetCLUTMode, tr("GPU Target CLUT"), tr("Disabled"),
|
dialog()->registerWidgetHelp(m_fixes.gpuTargetCLUTMode, tr("GPU Target CLUT"), tr("Disabled"),
|
||||||
tr("Tries to detect when a game is drawing its own color palette and then renders it on the GPU with special handling."));
|
tr("Tries to detect when a game is drawing its own color palette and then renders it on the GPU with special handling."));
|
||||||
|
|
||||||
dialog()->registerWidgetHelp(m_fixes.skipDrawStart, tr("Skipdraw Range Start"), tr("0"),
|
dialog()->registerWidgetHelp(m_fixes.skipDrawStart, tr("Skip Draw Range Start"), tr("0"),
|
||||||
tr("Completely skips drawing surfaces from the surface in the left box up to the surface specified in the box on the right."));
|
tr("Completely skips drawing surfaces from the surface in the left box up to the surface specified in the box on the right."));
|
||||||
|
|
||||||
dialog()->registerWidgetHelp(m_fixes.skipDrawEnd, tr("Skipdraw Range End"), tr("0"),
|
dialog()->registerWidgetHelp(m_fixes.skipDrawEnd, tr("Skip Draw Range End"), tr("0"),
|
||||||
tr("Completely skips drawing surfaces from the surface in the left box up to the surface specified in the box on the right."));
|
tr("Completely skips drawing surfaces from the surface in the left box up to the surface specified in the box on the right."));
|
||||||
|
|
||||||
dialog()->registerWidgetHelp(m_fixes.hwAutoFlush, tr("Auto Flush"), tr("Unchecked"),
|
dialog()->registerWidgetHelp(m_fixes.hwAutoFlush, tr("Auto Flush"), tr("Unchecked"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user