mirror of
https://codeberg.org/TheGreatMcPain/yuzu.git
synced 2025-03-16 07:41:49 +00:00
Merge pull request #12687 from german77/amiibo-lock
core: hid: Disable special features before disconnecting the controllers
This commit is contained in:
commit
10535e0016
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ void EmulatedController::ReloadFromSettings() {
|
||||||
original_npad_type = npad_type;
|
original_npad_type = npad_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetPollingMode(EmulatedDeviceIndex::RightIndex, Common::Input::PollingMode::Active);
|
||||||
Disconnect();
|
Disconnect();
|
||||||
if (player.connected) {
|
if (player.connected) {
|
||||||
Connect();
|
Connect();
|
||||||
|
|
Loading…
Add table
Reference in a new issue