diff --git a/moonlight-common/src/com/limelight/nvstream/input/MultiControllerPacket.java b/moonlight-common/src/com/limelight/nvstream/input/MultiControllerPacket.java index 0a76b3e4..b9a92336 100644 --- a/moonlight-common/src/com/limelight/nvstream/input/MultiControllerPacket.java +++ b/moonlight-common/src/com/limelight/nvstream/input/MultiControllerPacket.java @@ -75,7 +75,7 @@ public class MultiControllerPacket extends InputPacket { bb.putInt(0xd); bb.putShort((short) 0x1a); bb.putShort(controllerNumber); - bb.putShort((short) 0x07); + bb.putShort((short) 0x0f); // Active controller flags bb.putShort((short) 0x14); bb.putShort(buttonFlags); bb.put(leftTrigger);