mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 16:16:44 +00:00
Update hardcoded server major version to 5 for testing
This commit is contained in:
parent
39ca14e96a
commit
5e66aee4dd
2
main.cpp
2
main.cpp
@ -171,7 +171,7 @@ void MoonlightInstance::handleStartStream(std::string startStreamMessage) {
|
||||
m_StreamConfig.streamingRemotely = 0;
|
||||
m_StreamConfig.audioConfiguration = AUDIO_CONFIGURATION_STEREO;
|
||||
|
||||
m_ServerMajorVersion = 4;
|
||||
m_ServerMajorVersion = 5;
|
||||
|
||||
// Store the host from the start message
|
||||
m_Host = splitString.at(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user