Xenia Git (2015/05/09) is compiled. Xenia is an experimental emulator for the Xbox 360. It does not run games (yet).
Xenia Status:
- Some code runs. [Insert any game name here] doesn't.
- Asserts! Crashes! Hangs! Blank screens!
Xenia Git Changelog:
* XEX-style exports, dumping exports, and prepping kernel export lookup.
* Calling DllMain, fixing ref count, and fixing module search.
* Prevent some stack overflows in MMIO handler.
* Merge pull request #198 from DrChat/module_entry
Initialize modules in XexLoadImage
* Call a DLL's entry-point function in XexLoadImage
* Execute module entry-point function if it has one.