Qt: Hide SDL Raw option on non win32 builds

This commit is contained in:
Stuart Kenny 2023-04-13 11:40:39 +01:00 committed by refractionpcsx2
parent 7f7dd60587
commit 09394ee4b7
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ ControllerGlobalSettingsWidget::ControllerGlobalSettingsWidget(QWidget* parent,
m_ui.mainLayout->removeWidget(m_ui.dinputGroup);
m_ui.dinputGroup->deleteLater();
m_ui.dinputGroup = nullptr;
m_ui.enableSDLRawInput->hide();
#endif
if (dialog->isEditingProfile())