mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
controllers/npad: Load input devices on init
This commit is contained in:
parent
6f5b942897
commit
d8ad2f3484
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,8 @@ void Controller_NPad::OnInit() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OnLoadInputDevices();
|
||||||
|
|
||||||
if (style.raw == 0) {
|
if (style.raw == 0) {
|
||||||
// We want to support all controllers
|
// We want to support all controllers
|
||||||
style.handheld.Assign(1);
|
style.handheld.Assign(1);
|
||||||
|
|
Loading…
Reference in a new issue