No description
Find a file
Cameron Gutman 2d35d7262f Merge pull request #12 from irtimmer/disableSlicing
Place slicing behind a flag as not all video decoders support it.
2015-08-16 11:40:41 -07:00
limelight-common Merge pull request #12 from irtimmer/disableSlicing 2015-08-16 11:40:41 -07:00
moonlight-common.xcodeproj Enable assertions in debug Xcode builds 2015-07-20 17:29:44 -07:00
.gitignore Ignore some Visual Studio-generated files 2014-10-25 21:39:17 -07:00
README.md Add more information 2015-07-16 14:21:24 -07:00

#Moonlight

Moonlight-common-c contains common C code between Moonlight clients, including Moonlight Windows and Moonlight iOS.

If you are implementing your own Moonlight game streaming client that can use a C library, you will need the code here.

It implements the actual GameStream protocol.