From e52e4871ffdf55dad7c9c5140d0e19f6eb631fef Mon Sep 17 00:00:00 2001 From: yuzubot Date: Fri, 19 Jan 2024 01:00:45 +0000 Subject: [PATCH] Merge yuzu-emu#12687 --- src/hid_core/frontend/emulated_controller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hid_core/frontend/emulated_controller.cpp b/src/hid_core/frontend/emulated_controller.cpp index b6c48aba8..f2499502d 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();