EmuKrnlRtl: Prevent RtlAssert from causing emulation to abort.

This commit is contained in:
Luke Usher 2017-08-30 21:51:28 +01:00
parent 4a20543afa
commit 05c2d9287e
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ XBSYSAPI EXPORTNUM(264) xboxkrnl::VOID NTAPI xboxkrnl::RtlAssert
LOG_FUNC_ARG(Message) LOG_FUNC_ARG(Message)
LOG_FUNC_END; LOG_FUNC_END;
CxbxKrnlCleanup("RtlAssert() raised by emulated program - consult Debug log"); CxbxPopupMessage("RtlAssert() raised by emulated program - consult Debug log");
} }
// ****************************************************************** // ******************************************************************