This isn't needed; the correct fix for debugging in 2k is to enable emulated DirectInput (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectInput\Emulation).

This commit is contained in:
Glenn Maynard
2005-02-07 09:46:45 +00:00
parent 3a973eecbb
commit 22a177d345
-6
View File
@@ -308,12 +308,6 @@ static bool ChangeAppPri()
}
}
/* 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;
}