summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Morph2020-10-31 06:21:10 -0400
committerGravatar Morph2020-11-15 23:33:21 -0500
commitd8ad2f3484af7a10251a7b1ced19433b55de8ce7 (patch)
tree68e582fbe94cca2f52f8969457c6e30b0a16c3b1 /src
parentconfigure_input: Update the input profiles for other player tabs (diff)
downloadyuzu-d8ad2f3484af7a10251a7b1ced19433b55de8ce7.tar.gz
yuzu-d8ad2f3484af7a10251a7b1ced19433b55de8ce7.tar.xz
yuzu-d8ad2f3484af7a10251a7b1ced19433b55de8ce7.zip
controllers/npad: Load input devices on init
Diffstat (limited to 'src')
-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);