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