From bccb8f8b72762a85b868e237fc8c934340c4737d Mon Sep 17 00:00:00 2001 From: Edgar Handal Date: Mon, 6 Jul 2020 00:57:52 -0500 Subject: [PATCH] Fix non-Windows netplay QoS check --- Source/Core/Core/Slippi/SlippiNetplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Slippi/SlippiNetplay.cpp b/Source/Core/Core/Slippi/SlippiNetplay.cpp index bbadd2e214..88a568fb37 100644 --- a/Source/Core/Core/Slippi/SlippiNetplay.cpp +++ b/Source/Core/Core/Slippi/SlippiNetplay.cpp @@ -414,7 +414,7 @@ void SlippiNetplayClient::ThreadFunc() } } #else - if (SConfig::GetInstance().bQoSEnabled) + if (Config::Get(Config::NETPLAY_ENABLE_QOS)) { #ifdef __linux__ // highest priority