mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Tas input works with bongos too.
This commit is contained in:
parent
ec148008d0
commit
3f03588dec
3 changed files with 3 additions and 7 deletions
|
@ -459,10 +459,6 @@ void TASInputDlg::GetValues(SPADStatus *PadStatus, int controllerID)
|
|||
GetKeyBoardInput(PadStatus);
|
||||
SetLandRTriggers();
|
||||
|
||||
// TODO: implement support for more controllers
|
||||
//if (controllerID != 0)
|
||||
// return;
|
||||
|
||||
PadStatus->stickX = mainX;
|
||||
PadStatus->stickY = mainY;
|
||||
PadStatus->substickX = cX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue