소스 검색

core: hid: Disable special features before disconnecting the controllers

Narr the Reg 2 년 전
부모
커밋
0b0e9ef18d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/hid_core/frontend/emulated_controller.cpp

+ 1 - 0
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();