cleanup prep
This commit is contained in:
parent
e241b810b7
commit
30fc621808
|
@ -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
|
||||
|
|
|
@ -1198,7 +1198,7 @@ VOID WINAPI XTL::EmuXapiThreadStartup
|
|||
}
|
||||
*/
|
||||
|
||||
_asm int 3;
|
||||
//_asm int 3;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue