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