add todo comment for ApplyMediaPatches function
This commit is contained in:
parent
f3dc44ebae
commit
5e26b938fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue