mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Fix the bug causing the 4th controller to be unrecognized
This commit is contained in:
parent
d7d90e8e49
commit
5718c47be7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user