From 22a177d345e7196128be1567b0761e83aee42a03 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 7 Feb 2005 09:46:45 +0000 Subject: [PATCH] This isn't needed; the correct fix for debugging in 2k is to enable emulated DirectInput (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectInput\Emulation). --- stepmania/src/StepMania.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index ec28934d35..524523355e 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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; }