mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Update moonlight-common-c with new encryption features
This commit is contained in:
@@ -223,7 +223,8 @@ NvHTTP::startApp(QString verb,
|
|||||||
"&surroundAudioInfo="+QString::number(SURROUNDAUDIOINFO_FROM_AUDIO_CONFIGURATION(streamConfig->audioConfiguration))+
|
"&surroundAudioInfo="+QString::number(SURROUNDAUDIOINFO_FROM_AUDIO_CONFIGURATION(streamConfig->audioConfiguration))+
|
||||||
"&remoteControllersBitmap="+QString::number(gamepadMask)+
|
"&remoteControllersBitmap="+QString::number(gamepadMask)+
|
||||||
"&gcmap="+QString::number(gamepadMask)+
|
"&gcmap="+QString::number(gamepadMask)+
|
||||||
"&gcpersist="+QString::number(persistGameControllersOnDisconnect ? 1 : 0),
|
"&gcpersist="+QString::number(persistGameControllersOnDisconnect ? 1 : 0)+
|
||||||
|
LiGetLaunchUrlQueryParameters(),
|
||||||
LAUNCH_TIMEOUT_MS);
|
LAUNCH_TIMEOUT_MS);
|
||||||
|
|
||||||
qInfo() << "Launch response:" << response;
|
qInfo() << "Launch response:" << response;
|
||||||
|
|||||||
Submodule moonlight-common-c/moonlight-common-c updated: 6e9ed871bc...298f356acb
Reference in New Issue
Block a user