mirror of https://github.com/PCSX2/pcsx2.git
Qt: Skipdraw shouldn't be visible in global settings
This commit is contained in:
parent
e08ae7e8fa
commit
8b4402c517
|
@ -296,7 +296,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
||||||
|
|
||||||
// Remove texture offset and skipdraw range for global settings.
|
// Remove texture offset and skipdraw range for global settings.
|
||||||
m_ui.upscalingFixesLayout->removeRow(2);
|
m_ui.upscalingFixesLayout->removeRow(2);
|
||||||
m_ui.hardwareFixesLayout->removeRow(3);
|
m_ui.hardwareFixesLayout->removeRow(4);
|
||||||
m_ui.skipDrawStart = nullptr;
|
m_ui.skipDrawStart = nullptr;
|
||||||
m_ui.skipDrawEnd = nullptr;
|
m_ui.skipDrawEnd = nullptr;
|
||||||
m_ui.textureOffsetX = nullptr;
|
m_ui.textureOffsetX = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue