mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-10 04:33:40 -04:00
fix profiles not saving correctly
This commit is contained in:
parent
81602a89a4
commit
354b8d765a
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ void ConfigureInput::ApplyConfiguration() {
|
|||
}
|
||||
return param.Serialize();
|
||||
});
|
||||
Settings::SaveProfile(ui->profile->currentIndex());
|
||||
Settings::SaveProfile(Settings::values.current_input_profile_index);
|
||||
}
|
||||
|
||||
void ConfigureInput::ApplyProfile() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue