mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-11 09:04:57 +00:00
core: hid: Disable special features before disconnecting the controllers
This commit is contained in:
parent
2c29c2b8dd
commit
0b0e9ef18d
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…
Reference in a new issue