From 026cb52427ae0ec324068c6cb095b82b5dae3eb8 Mon Sep 17 00:00:00 2001 From: Echelon9 Date: Sun, 5 May 2013 12:04:21 +1000 Subject: [PATCH] Resolve within IoCreateFile that the return value has been set previously to STATUS_SUCCESS on line 1703 --- src/CxbxKrnl/EmuKrnl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CxbxKrnl/EmuKrnl.cpp b/src/CxbxKrnl/EmuKrnl.cpp index e95057ccb..f417880b7 100644 --- a/src/CxbxKrnl/EmuKrnl.cpp +++ b/src/CxbxKrnl/EmuKrnl.cpp @@ -1707,7 +1707,7 @@ XBSYSAPI EXPORTNUM(66) xboxkrnl::NTSTATUS NTAPI xboxkrnl::IoCreateFile EmuSwapFS(); // Xbox FS - return STATUS_SUCCESS; + return ret; } // ******************************************************************