configure_input_player: Implement input exclusivity and persistence
With this, the "Input Devices" combobox should accurately reflect the input device being used and disallows inputs from other input devices unless the input device is set to "Any".
This commit is contained in:
parent
9d4edd4e88
commit
75eaab2e0f
4 changed files with 205 additions and 138 deletions
|
@ -242,6 +242,6 @@ void ConfigureInput::UpdateDockedState(bool is_handheld) {
|
|||
|
||||
void ConfigureInput::UpdateAllInputDevices() {
|
||||
for (const auto& player : player_controllers) {
|
||||
player->UpdateInputDevices();
|
||||
player->UpdateInputDeviceCombobox();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue