mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
core/hid: Rework battery mappings
This commit is contained in:
parent
ae6ba2c8bd
commit
012691087a
9 changed files with 109 additions and 46 deletions
|
@ -630,7 +630,7 @@ void ConfigureInputPlayer::UpdateInputDeviceCombobox() {
|
|||
return;
|
||||
}
|
||||
|
||||
const auto devices = emulated_controller->GetMappedDevices();
|
||||
const auto devices = emulated_controller->GetMappedDevices(Core::HID::DeviceIndex::AllDevices);
|
||||
UpdateInputDevices();
|
||||
|
||||
if (devices.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue