ug, revert
This commit is contained in:
@@ -310,6 +310,12 @@ static bool ChangeAppPri()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* If -1 and this is a debug build, don't. It makes the debugger sluggish. */
|
||||||
|
#ifdef DEBUG
|
||||||
|
if( PREFSMAN->m_iBoostAppPriority == -1 )
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user