Update hardcoded server major version to 5 for testing

This commit is contained in:
Cameron Gutman 2016-02-19 12:15:46 -05:00
parent 39ca14e96a
commit 5e66aee4dd

View File

@ -171,7 +171,7 @@ void MoonlightInstance::handleStartStream(std::string startStreamMessage) {
m_StreamConfig.streamingRemotely = 0; m_StreamConfig.streamingRemotely = 0;
m_StreamConfig.audioConfiguration = AUDIO_CONFIGURATION_STEREO; m_StreamConfig.audioConfiguration = AUDIO_CONFIGURATION_STEREO;
m_ServerMajorVersion = 4; m_ServerMajorVersion = 5;
// Store the host from the start message // Store the host from the start message
m_Host = splitString.at(1); m_Host = splitString.at(1);