2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

controllers/npad: Load input devices on init

This commit is contained in:
Morph 2020-10-31 06:21:10 -04:00
parent 6f5b942897
commit d8ad2f3484

View file

@ -214,6 +214,8 @@ void Controller_NPad::OnInit() {
return;
}
OnLoadInputDevices();
if (style.raw == 0) {
// We want to support all controllers
style.handheld.Assign(1);