mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 07:15:39 +00:00
Fix incorrect function definition
This commit is contained in:
parent
ba1fc33672
commit
48d7f1ace1
@ -524,7 +524,7 @@ Cleanup:
|
||||
return err;
|
||||
}
|
||||
|
||||
const char* LiGetLaunchUrlQueryParameters() {
|
||||
const char* LiGetLaunchUrlQueryParameters(void) {
|
||||
// v0 = Video encryption and control stream encryption v2
|
||||
// v1 = RTSP encryption
|
||||
return "&corever=1";
|
||||
|
Loading…
x
Reference in New Issue
Block a user