forked from moonlight-stream/moonlight-embedded
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
third_party: Update enet and moonlight-common-c
- Loading branch information
1 parent
41c5dd5
commit 904a5d1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule moonlight-common-c
updated
15 files
+1 −1 | enet | |
+15 −2 | src/AudioStream.c | |
+13 −4 | src/ByteBuffer.c | |
+1 −1 | src/ByteBuffer.h | |
+1 −0 | src/Connection.c | |
+233 −41 | src/ControlStream.c | |
+5 −0 | src/FakeCallbacks.c | |
+9 −0 | src/Input.h | |
+35 −2 | src/InputStream.c | |
+19 −4 | src/Limelight.h | |
+0 −6 | src/PlatformSockets.h | |
+2 −1 | src/SimpleStun.c | |
+1 −1 | src/Video.h | |
+31 −12 | src/VideoDepacketizer.c | |
+3 −8 | src/VideoStream.c |