cleanup prep

This commit is contained in:
Aaron Robinson 2006-04-17 03:48:36 +00:00
parent e241b810b7
commit 30fc621808
4 changed files with 7 additions and 5 deletions

BIN
Cxbx.opt

Binary file not shown.

View File

@ -63,10 +63,10 @@ typedef signed long sint32;
//#define _DEBUG_ALLOC
// define this to trace intercepted function calls
#define _DEBUG_TRACE
//#define _DEBUG_TRACE
// define this to trace warnings
#define _DEBUG_WARNINGS
//#define _DEBUG_WARNINGS
// define these to dump textures
//#define _DEBUG_DUMP_TEXTURE_SETTEXTURE "C:\\Aaron\\Textures\\"
@ -74,9 +74,9 @@ typedef signed long sint32;
// version information
#ifndef _DEBUG_TRACE
#define _CXBX_VERSION "0.8.0-Pre3"
#define _CXBX_VERSION "0.8.0"
#else
#define _CXBX_VERSION "0.8.0-Pre3-Trace"
#define _CXBX_VERSION "0.8.0-Trace"
#endif
// round dwValue to the nearest multiple of dwMult

View File

@ -1198,7 +1198,7 @@ VOID WINAPI XTL::EmuXapiThreadStartup
}
*/
_asm int 3;
//_asm int 3;
return;
}

View File

@ -652,7 +652,9 @@ static void EmuInstallWrappers(OOVPATable *OovpaTable, uint32 OovpaTableSize, Xb
if(pFunc != 0)
{
#ifdef _DEBUG_TRACE
DbgPrintf("HLE: 0x%.08X -> %s\n", pFunc, OovpaTable[a].szFuncName);
#endif
if(OovpaTable[a].lpRedirect == 0)
{