This is not really needed

This commit is contained in:
Luke Usher 2016-11-26 22:21:15 +00:00
parent 7323a2c711
commit 86c3bbf947
1 changed files with 2 additions and 10 deletions

View File

@ -157,16 +157,7 @@ void EmuHLEIntercept(Xbe::LibraryVersion *pLibraryVersion, Xbe::Header *pXbeHead
}
}
//
// initialize openxdk emulation (TODO)
//
if(pLibraryVersion == 0)
{
DbgPrintf("HLE: Detected OpenXDK application...\n");
}
//
//
// initialize Microsoft XDK emulation
//
@ -796,3 +787,4 @@ static void EmuXRefFailure()
CxbxKrnlCleanup("XRef-only function body reached. Fatal Error.");
}