input_common: Implement turbo buttons

This commit is contained in:
german77 2023-01-28 18:19:15 -06:00 committed by Narr the Reg
parent 4069c3ac8b
commit 75e81885b0
6 changed files with 115 additions and 18 deletions

View file

@ -428,6 +428,9 @@ void Controller_NPad::RequestPadStateUpdate(Core::HID::NpadIdType npad_id) {
return;
}
// This function is unique to yuzu for the turbo buttons to work properly
controller.device->TurboButtonUpdate();
auto& pad_entry = controller.npad_pad_state;
auto& trigger_entry = controller.npad_trigger_state;
const auto button_state = controller.device->GetNpadButtons();