controllers/npad: Load input devices on init
This commit is contained in:
parent
6f5b942897
commit
d8ad2f3484
|
@ -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);
|
||||||
|
|
Reference in New Issue