mirror of https://github.com/PCSX2/pcsx2.git
Qt: Hide SDL Raw option on non win32 builds
This commit is contained in:
parent
7f7dd60587
commit
09394ee4b7
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue