mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Tas input works with bongos too.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user