Actually save the input when clearing/resetting to default

Co-Authored-By: xperia64 <xperiancedapps@gmail.com>
pull/8/head
FearlessTobi 5 years ago
parent 623b93a2b3
commit aaa4822fcb

@ -480,7 +480,9 @@ void ConfigureInputPlayer::RestoreDefaults() {
SetAnalogButton(params, analogs_param[analog_id], analog_sub_buttons[sub_button_id]);
}
}
UpdateButtonLabels();
ApplyConfiguration();
}
void ConfigureInputPlayer::ClearAll() {
@ -505,6 +507,7 @@ void ConfigureInputPlayer::ClearAll() {
}
UpdateButtonLabels();
ApplyConfiguration();
}
void ConfigureInputPlayer::UpdateButtonLabels() {

Loading…
Cancel
Save