From 7630f20cf664ec2465e629d62780e0238b82eb09 Mon Sep 17 00:00:00 2001 From: PatrickvL Date: Thu, 20 Jul 2017 15:19:13 +0200 Subject: [PATCH] tip --- src/CxbxKrnl/CxbxKrnl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CxbxKrnl/CxbxKrnl.cpp b/src/CxbxKrnl/CxbxKrnl.cpp index fa29ba1c6..253a1b8bb 100644 --- a/src/CxbxKrnl/CxbxKrnl.cpp +++ b/src/CxbxKrnl/CxbxKrnl.cpp @@ -392,6 +392,7 @@ void CxbxKrnlMain(int argc, char* argv[]) } // TODO : Instead of loading an Xbe here, initialize the kernel so that it will launch the Xbe on itself. + // using XeLoadImage from LaunchDataPage->Header.szLaunchPath // Now we can load and run the XBE : // MapAndRunXBE(XbePath, DCHandle);