mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-19 23:10:11 +00:00
Fix resync request packet to hopefully keep working longer
This commit is contained in:
@@ -239,7 +239,7 @@ public class ControlStream implements ConnectionStatusListener {
|
|||||||
ByteBuffer conf = ByteBuffer.wrap(new byte[PPAYLEN_RESYNC]).order(ByteOrder.LITTLE_ENDIAN);
|
ByteBuffer conf = ByteBuffer.wrap(new byte[PPAYLEN_RESYNC]).order(ByteOrder.LITTLE_ENDIAN);
|
||||||
|
|
||||||
conf.putLong(0);
|
conf.putLong(0);
|
||||||
conf.putLong(0xFFFF);
|
conf.putLong(0xFFFFF);
|
||||||
|
|
||||||
sendAndGetReply(new NvCtlPacket(PTYPE_RESYNC, PPAYLEN_RESYNC, conf.array()));
|
sendAndGetReply(new NvCtlPacket(PTYPE_RESYNC, PPAYLEN_RESYNC, conf.array()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user