diff --git a/Cxbx.opt b/Cxbx.opt index ee4367d71..17d7bf450 100644 Binary files a/Cxbx.opt and b/Cxbx.opt differ diff --git a/Source/Win32/CxbxKrnl/EmuKrnl.cpp b/Source/Win32/CxbxKrnl/EmuKrnl.cpp index 37a64a1c9..7390ac6da 100644 --- a/Source/Win32/CxbxKrnl/EmuKrnl.cpp +++ b/Source/Win32/CxbxKrnl/EmuKrnl.cpp @@ -971,6 +971,7 @@ XBSYSAPI EXPORTNUM(182) VOID NTAPI xboxkrnl::MmSetAddressProtect } #endif + /* // Halo Hack if(BaseAddress == (PVOID)0x80366000) { @@ -987,9 +988,9 @@ XBSYSAPI EXPORTNUM(182) VOID NTAPI xboxkrnl::MmSetAddressProtect EmuWarning("VirtualProtect Failed!"); #ifdef _DEBUG_TRACE - printf("EmuKrnl (0x%X): VirtualProtect was 0x%.08X -> 0x%.08X\n", dwOldProtect, NewProtect & (~PAGE_WRITECOMBINE)); + printf("EmuKrnl (0x%X): VirtualProtect was 0x%.08X -> 0x%.08X\n", GetCurrentThreadId(), dwOldProtect, NewProtect & (~PAGE_WRITECOMBINE)); #endif - + //*/ EmuSwapFS(); // Xbox FS return;