mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
configure_input: Make None a controller option instead of checkbox
This commit is contained in:
parent
3a6cd5b3c8
commit
e58c951a59
11 changed files with 150 additions and 154 deletions
|
@ -325,6 +325,8 @@ ConfigureInputPlayer::ConfigureInputPlayer(QWidget* parent, u8 player_index, boo
|
|||
ui->buttonHome->setEnabled(false);
|
||||
}
|
||||
|
||||
ConfigureInputPlayer::~ConfigureInputPlayer() = default;
|
||||
|
||||
void ConfigureInputPlayer::applyConfiguration() {
|
||||
auto& buttons =
|
||||
debug ? Settings::values.debug_pad_buttons : Settings::values.players[player_index].buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue