mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 05:08:50 -04: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