Joined
·
38 Posts
Where is the source for the Entry(); function???
I've searched the source for Cxbx and openXDK and can find only one reference to it, which is calling it!
(In \Win32\CxbxKrnl\Emu.cpp)
Does anyone know what this is?
I've searched the source for Cxbx and openXDK and can find only one reference to it, which is calling it!
Code:
// ***********************************************
// * Entry Point
// ***********************************************
__try
{
EmuSwapFS(); // XBox FS
// _USE_XGMATH Disabled in mesh :[
// halo : dword_0_2E2D18
//_asm int 3
Entry();
EmuSwapFS(); // Win2k/XP FS
}
Does anyone know what this is?