Only do NTPAD check in Windows. This belongs in ArchHooks, but I don't want to drag INPUTMAN into there ...
This commit is contained in:
@@ -295,6 +295,7 @@ static bool ChangeAppPri()
|
||||
return false;
|
||||
|
||||
// if using NTPAD don't boost or else input is laggy
|
||||
#if defined(_WINDOWS)
|
||||
if( PREFSMAN->m_iBoostAppPriority == -1 )
|
||||
{
|
||||
vector<InputDevice> vDevices;
|
||||
@@ -307,6 +308,7 @@ static bool ChangeAppPri()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user