cleanup
This commit is contained in:
@@ -296,7 +296,8 @@ static bool ChangeAppPri()
|
||||
|
||||
// if using NTPAD don't boost or else input is laggy
|
||||
if( PREFSMAN->m_iBoostAppPriority == -1 )
|
||||
{ vector<InputDevice> vDevices;
|
||||
{
|
||||
vector<InputDevice> vDevices;
|
||||
vector<CString> vDescriptions;
|
||||
INPUTMAN->GetDevicesAndDescriptions(vDevices,vDescriptions);
|
||||
CString sInputDevices = join( ",", vDescriptions );
|
||||
|
||||
Reference in New Issue
Block a user