Qt: Remove hardware download mode from global settings

Previously it would be disabled, leading to user confusion.
This commit is contained in:
Connor McLaughlin 2022-12-04 15:45:58 +10:00 committed by refractionpcsx2
parent 20193eae36
commit d1891fc31c
2 changed files with 6 additions and 5 deletions

View File

@ -336,12 +336,13 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
updateRendererDependentOptions();
#ifndef PCSX2_DEVBUILD
// only allow disabling readbacks for per-game settings, it's too dangerous
m_ui.gsDownloadMode->setEnabled(m_dialog->isPerGameSettings());
// Remove texture offset and skipdraw range for global settings.
if (!m_dialog->isPerGameSettings())
{
// Only allow disabling readbacks for per-game settings, it's too dangerous.
m_ui.advancedDebugFormLayout->removeRow(2);
m_ui.gsDownloadMode = nullptr;
// Remove texture offset and skipdraw range for global settings.
m_ui.upscalingFixesLayout->removeRow(2);
m_ui.hardwareFixesLayout->removeRow(2);
m_ui.hardwareFixesLayout->removeRow(1);

View File

@ -1596,7 +1596,7 @@
<property name="title">
<string>Debug Options</string>
</property>
<layout class="QFormLayout" name="formLayout_6">
<layout class="QFormLayout" name="advancedDebugFormLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_19">
<property name="text">