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:
@@ -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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user