mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 23:16:14 +00:00
Fix the bug causing the 4th controller to be unrecognized
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user