removed whitespace
This commit is contained in:
parent
99b43679c1
commit
c671383ab2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
HidJoystickPosition rightStick)
|
HidJoystickPosition rightStick)
|
||||||
{
|
{
|
||||||
long controllerOffset = WriteInput(buttons, leftStick, rightStick, HidControllerLayouts.ProController);
|
long controllerOffset = WriteInput(buttons, leftStick, rightStick, HidControllerLayouts.ProController);
|
||||||
|
|
||||||
Device.Memory.WriteInt64(controllerOffset + 0x28,
|
Device.Memory.WriteInt64(controllerOffset + 0x28,
|
||||||
(Connected ? (uint)HidControllerConnState.ControllerStateConnected : 0) |
|
(Connected ? (uint)HidControllerConnState.ControllerStateConnected : 0) |
|
||||||
(_wired ? (uint)HidControllerConnState.ControllerStateWired : 0));
|
(_wired ? (uint)HidControllerConnState.ControllerStateWired : 0));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue