1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-07-23 22:50:09 +00: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

@ -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);