removed whitespace

This commit is contained in:
emmaus 2018-12-07 07:45:31 +00:00
parent 99b43679c1
commit c671383ab2

View file

@ -35,7 +35,7 @@
HidJoystickPosition rightStick)
{
long controllerOffset = WriteInput(buttons, leftStick, rightStick, HidControllerLayouts.ProController);
Device.Memory.WriteInt64(controllerOffset + 0x28,
(Connected ? (uint)HidControllerConnState.ControllerStateConnected : 0) |
(_wired ? (uint)HidControllerConnState.ControllerStateWired : 0));