mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 01:42:33 -07:00
core/hid: Fix controller type validation
This commit is contained in:
@@ -33,7 +33,7 @@ void UpdateController(Core::HID::EmulatedController* controller,
|
||||
}
|
||||
controller->SetNpadStyleIndex(controller_type);
|
||||
if (connected) {
|
||||
controller->Connect();
|
||||
controller->Connect(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user