mirror of https://github.com/PCSX2/pcsx2.git
Qt: Properly disable Skipdraw global on release builds.
This commit is contained in:
parent
1033726d65
commit
1fa7526036
|
@ -318,8 +318,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
|||
|
||||
// Remove texture offset and skipdraw range for global settings.
|
||||
m_ui.upscalingFixesLayout->removeRow(2);
|
||||
m_ui.hardwareFixesLayout->removeRow(2);
|
||||
m_ui.hardwareFixesLayout->removeRow(1);
|
||||
m_ui.hardwareFixesLayout->removeRow(3);
|
||||
m_ui.skipDrawStart = nullptr;
|
||||
m_ui.skipDrawEnd = nullptr;
|
||||
m_ui.textureOffsetX = nullptr;
|
||||
|
|
Loading…
Reference in New Issue