mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Fix non-Windows netplay QoS check
This commit is contained in:
parent
265b58e880
commit
bccb8f8b72
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ void SlippiNetplayClient::ThreadFunc()
|
|||
}
|
||||
}
|
||||
#else
|
||||
if (SConfig::GetInstance().bQoSEnabled)
|
||||
if (Config::Get(Config::NETPLAY_ENABLE_QOS))
|
||||
{
|
||||
#ifdef __linux__
|
||||
// highest priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue