086216937e | ||
---|---|---|
LICENSE | ||
README.md |
README.md
Xenia - Xbox 360 Emulator Research Project
Xenia is an experimental emulator for the Xbox 360. It does not run games (yet), and if you are unable to understand that please leave now.
Currently supported features:
- Nothing!
Coming soon (maybe):
- Everything!
Quickstart
git clone https://github.com/benvanik/xenia.git
./xenia-build.sh setup
Open the Xcode workspace or Visual Studio solution to Build and Run.
Building
Requirements
You must have a 64-bit machine for building and running the project. Always run your system updater before building and make sure you have the latest video drivers for your card.
Windows
Ensure you have the latest patched version of Visual Studio 2010, the Windows SDK, the full DirectX SDK, and the Kinect SDK.
- Visual Studio 2010 (not sure Express will work)
- Windows SDK
- DirectX SDK
- Kinect SDK
- Doxygen
- Python 2.6
- CMake
OS X
Dependencies
TODO