mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Forgot to remove this
This commit is contained in:
@ -430,10 +430,6 @@ void TASInputDlg::GetValues(SPADStatus *PadStatus, int controllerID)
|
|||||||
//TODO:: Make this instant not when polled.
|
//TODO:: Make this instant not when polled.
|
||||||
GetKeyBoardInput(PadStatus);
|
GetKeyBoardInput(PadStatus);
|
||||||
|
|
||||||
// TODO: implement support for more controllers
|
|
||||||
//if (controllerID != 0)
|
|
||||||
// return;
|
|
||||||
|
|
||||||
PadStatus->stickX = mainX;
|
PadStatus->stickX = mainX;
|
||||||
PadStatus->stickY = mainY;
|
PadStatus->stickY = mainY;
|
||||||
PadStatus->substickX = cX;
|
PadStatus->substickX = cX;
|
||||||
|
Reference in New Issue
Block a user