EmuKrnlRtl: Prevent RtlAssert from causing emulation to abort.
This commit is contained in:
parent
4a20543afa
commit
05c2d9287e
|
@ -193,7 +193,7 @@ XBSYSAPI EXPORTNUM(264) xboxkrnl::VOID NTAPI xboxkrnl::RtlAssert
|
|||
LOG_FUNC_ARG(Message)
|
||||
LOG_FUNC_END;
|
||||
|
||||
CxbxKrnlCleanup("RtlAssert() raised by emulated program - consult Debug log");
|
||||
CxbxPopupMessage("RtlAssert() raised by emulated program - consult Debug log");
|
||||
}
|
||||
|
||||
// ******************************************************************
|
||||
|
|
Loading…
Reference in New Issue