Merge pull request #8729 from JosJuice/android-touch-ir-default

Android: Use touch emulation of IR by default
This commit is contained in:
Léo Lam 2020-04-27 17:56:01 +02:00 committed by GitHub
commit 88ae4c7914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 17 deletions

View file

@ -162,7 +162,7 @@ QGroupBox* MappingWidget::CreateGroupBox(const QString& name, ControllerEmu::Con
}
}
if (group->can_be_disabled)
if (group->default_value != ControllerEmu::ControlGroup::DefaultValue::AlwaysEnabled)
{
QLabel* group_enable_label = new QLabel(tr("Enable"));
QCheckBox* group_enable_checkbox = new QCheckBox();