diff options
| author | 2020-10-31 06:21:10 -0400 | |
|---|---|---|
| committer | 2020-11-15 23:33:21 -0500 | |
| commit | d8ad2f3484af7a10251a7b1ced19433b55de8ce7 (patch) | |
| tree | 68e582fbe94cca2f52f8969457c6e30b0a16c3b1 /src | |
| parent | configure_input: Update the input profiles for other player tabs (diff) | |
| download | yuzu-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.cpp | 2 |
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); |