Skip to content
Snippets Groups Projects
Commit aaa4822f authored by FearlessTobi's avatar FearlessTobi
Browse files

Actually save the input when clearing/resetting to default


Co-Authored-By: default avatarxperia64 <xperiancedapps@gmail.com>
parent 623b93a2
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment