Tas input works with bongos too.

This commit is contained in:
Rachel Bryk
2013-07-23 20:43:51 -04:00
parent ec148008d0
commit 3f03588dec
3 changed files with 3 additions and 7 deletions

View File

@ -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;