mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:38:17 -05:00
core: hid: Disable special features before disconnecting the controllers
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user