Merge pull request #12687 from german77/amiibo-lock

core: hid: Disable special features before disconnecting the controllers
This commit is contained in:
liamwhite 2024-01-19 09:33:31 -05:00 committed by GitHub
commit 10535e0016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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();