From 5e26b938fbc12f835db0b1c6c43ede58b5dc54d3 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Sat, 3 Jul 2021 23:19:45 -0500 Subject: [PATCH] add todo comment for ApplyMediaPatches function --- src/core/kernel/init/KrnlPatches.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/kernel/init/KrnlPatches.hpp b/src/core/kernel/init/KrnlPatches.hpp index c375e6b4f..3789f659d 100644 --- a/src/core/kernel/init/KrnlPatches.hpp +++ b/src/core/kernel/init/KrnlPatches.hpp @@ -45,6 +45,7 @@ static void CxbxrKrnlSetupDummyHeader() { EmuLogInit(LOG_LEVEL::INFO, "Initialized dummy kernel image header."); } +// TODO: If possible, maybe make this as optional patch when kernel emulation is fully done. static void ApplyMediaPatches() { // Patch the XBE Header to allow running from all media types