mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
yuzu: Fix loading input profiles
This commit is contained in:
parent
b5e72de753
commit
21819da8cd
2 changed files with 9 additions and 0 deletions
|
@ -598,8 +598,15 @@ void ConfigureInputPlayer::RetranslateUI() {
|
|||
}
|
||||
|
||||
void ConfigureInputPlayer::LoadConfiguration() {
|
||||
emulated_controller->ReloadFromSettings();
|
||||
|
||||
UpdateUI();
|
||||
UpdateInputDeviceCombobox();
|
||||
|
||||
if (debug) {
|
||||
return;
|
||||
}
|
||||
|
||||
const int comboBoxIndex = GetIndexFromControllerType(emulated_controller->GetNpadType(true));
|
||||
ui->comboControllerType->setCurrentIndex(comboBoxIndex);
|
||||
ui->groupConnectedController->setChecked(emulated_controller->IsConnected(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue