We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db36559 commit 9e775dbCopy full SHA for 9e775db
gcadapter.go
@@ -307,7 +307,7 @@ func deserializeGCControllers(data []byte) map[uint8]*rawGCInput {
307
gcInput.StickX = data[9*PORT+4]
308
gcInput.StickY = data[9*PORT+5]
309
gcInput.CX = data[9*PORT+6]
310
- gcInput.CX = data[9*PORT+7]
+ gcInput.CY = data[9*PORT+7]
311
gcInput.LAnalog = data[9*PORT+8]
312
gcInput.RAnalog = data[9*PORT+9]
313
0 commit comments