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:
Glenn Maynard
2005-02-07 09:48:52 +00:00
parent 22a177d345
commit f8084888fe
+2
View File
@@ -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;
}