mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Update hardcoded server major version to 5 for testing
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user