mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
fix profiles not saving correctly
This commit is contained in:
parent
5850d03504
commit
88ae581200
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