mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
InputCommon: Allow Wii remote extension to be set with an input expression.
This commit is contained in:
@ -83,6 +83,8 @@ MappingBool::MappingBool(MappingWidget* parent, ControllerEmu::NumericSetting<bo
|
||||
|
||||
connect(parent, &MappingWidget::ConfigChanged, this, &MappingBool::ConfigChanged);
|
||||
connect(parent, &MappingWidget::Update, this, &MappingBool::Update);
|
||||
|
||||
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Ignored);
|
||||
}
|
||||
|
||||
void MappingBool::ConfigChanged()
|
||||
|
Reference in New Issue
Block a user