mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Adds Support for multiple GameCube Controllers
Conflicts: Source/Core/DolphinWX/Src/Frame.cpp
This commit is contained in:
parent
8a4b6f3d73
commit
59d6df7046
4 changed files with 64 additions and 7 deletions
|
@ -460,8 +460,8 @@ void TASInputDlg::GetValues(SPADStatus *PadStatus, int controllerID)
|
|||
SetLandRTriggers();
|
||||
|
||||
// TODO: implement support for more controllers
|
||||
if (controllerID != 0)
|
||||
return;
|
||||
//if (controllerID != 0)
|
||||
// return;
|
||||
|
||||
PadStatus->stickX = mainX;
|
||||
PadStatus->stickY = mainY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue