diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2024-01-16 21:44:35 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2024-01-16 21:44:54 +0100 |
commit | 0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a (patch) | |
tree | 39b3f0d7ee4e4a9603a5709e00aec8fe2c3f7956 | |
parent | Merge pull request #12686 from szepeviktor/typos3 (diff) | |
download | yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar.gz yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar.bz2 yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar.lz yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar.xz yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.tar.zst yuzu-0b0e9ef18d2bef7ebcaf041d9c9a2b410329742a.zip |
-rw-r--r-- | src/hid_core/frontend/emulated_controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hid_core/frontend/emulated_controller.cpp b/src/hid_core/frontend/emulated_controller.cpp index 2ab93402d..b001cf2fd 100644 --- a/src/hid_core/frontend/emulated_controller.cpp +++ b/src/hid_core/frontend/emulated_controller.cpp @@ -110,6 +110,7 @@ void EmulatedController::ReloadFromSettings() { original_npad_type = npad_type; } + SetPollingMode(EmulatedDeviceIndex::RightIndex, Common::Input::PollingMode::Active); Disconnect(); if (player.connected) { Connect(); |