Fix the bug causing the 4th controller to be unrecognized

This commit is contained in:
Cameron Gutman 2016-02-19 01:55:09 -05:00
parent d7d90e8e49
commit 5718c47be7

View File

@ -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);