core: hid: Disable special features before disconnecting the controllers

This commit is contained in:
Narr the Reg 2024-01-16 14:44:35 -06:00
parent fa21d6ee85
commit d79845d97f

View file

@ -110,6 +110,7 @@ void EmulatedController::ReloadFromSettings() {
original_npad_type = npad_type;
}
SetPollingMode(EmulatedDeviceIndex::RightIndex, Common::Input::PollingMode::Active);
Disconnect();
if (player.connected) {
Connect();