mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 18:47:47 +00:00
controllers/npad: Load input devices on init
This commit is contained in:
parent
23cc14cd09
commit
7adf26daf0
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,8 @@ void Controller_NPad::OnInit() {
|
|||
return;
|
||||
}
|
||||
|
||||
OnLoadInputDevices();
|
||||
|
||||
if (style.raw == 0) {
|
||||
// We want to support all controllers
|
||||
style.handheld.Assign(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue