summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/npad.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp
index 30715267c..a606ceeec 100644
--- a/src/core/hle/service/hid/controllers/npad.cpp
+++ b/src/core/hle/service/hid/controllers/npad.cpp
@@ -214,6 +214,8 @@ void Controller_NPad::OnInit() {
214 return; 214 return;
215 } 215 }
216 216
217 OnLoadInputDevices();
218
217 if (style.raw == 0) { 219 if (style.raw == 0) {
218 // We want to support all controllers 220 // We want to support all controllers
219 style.handheld.Assign(1); 221 style.handheld.Assign(1);