Fix non-Windows netplay QoS check

This commit is contained in:
Edgar Handal 2020-07-06 00:57:52 -05:00 committed by R2DLiu
commit bccb8f8b72

View file

@ -414,7 +414,7 @@ void SlippiNetplayClient::ThreadFunc()
} }
} }
#else #else
if (SConfig::GetInstance().bQoSEnabled) if (Config::Get(Config::NETPLAY_ENABLE_QOS))
{ {
#ifdef __linux__ #ifdef __linux__
// highest priority // highest priority