doogie howser

This commit is contained in:
Aaron Robinson 2003-11-01 04:42:42 +00:00
parent fb8583c854
commit c5c6f2ef11
2 changed files with 3 additions and 2 deletions

BIN
Cxbx.opt

Binary file not shown.

View File

@ -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;