Update moonlight-common-c with new encryption features

This commit is contained in:
Cameron Gutman 2024-01-15 13:35:39 -06:00
parent b01a83ff39
commit 75ddac54c5
2 changed files with 3 additions and 2 deletions

View file

@ -223,7 +223,8 @@ NvHTTP::startApp(QString verb,
"&surroundAudioInfo="+QString::number(SURROUNDAUDIOINFO_FROM_AUDIO_CONFIGURATION(streamConfig->audioConfiguration))+
"&remoteControllersBitmap="+QString::number(gamepadMask)+
"&gcmap="+QString::number(gamepadMask)+
"&gcpersist="+QString::number(persistGameControllersOnDisconnect ? 1 : 0),
"&gcpersist="+QString::number(persistGameControllersOnDisconnect ? 1 : 0)+
LiGetLaunchUrlQueryParameters(),
LAUNCH_TIMEOUT_MS);
qInfo() << "Launch response:" << response;

@ -1 +1 @@
Subproject commit 6e9ed871bc3e013386c775b2ee7d31deb1151068
Subproject commit 298f356acbb57f56863680d41c0d307a2fd5cb91