2013-01-10 23:22:20 +00:00
|
|
|
Xenia - Xbox 360 Emulator Research Project
|
|
|
|
==========================================
|
2013-01-10 23:20:45 +00:00
|
|
|
|
2013-01-10 23:22:20 +00:00
|
|
|
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.
|
|
|
|
|
2013-10-18 06:35:54 +00:00
|
|
|
Come chat with us in [#xenia @ irc.freenode.net](http://webchat.freenode.net?channels=%23xenia&uio=MTE9NzIaa).
|
2013-05-24 23:57:14 +00:00
|
|
|
|
2013-01-10 23:22:20 +00:00
|
|
|
Currently supported features:
|
|
|
|
|
|
|
|
* Nothing!
|
|
|
|
|
|
|
|
Coming soon (maybe):
|
|
|
|
|
|
|
|
* Everything!
|
|
|
|
|
2013-02-02 03:37:53 +00:00
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
The goal of this project is to experiment, research, and educate on the topic
|
|
|
|
of emulation of modern devices and operating systems. <b>It is not for enabling
|
|
|
|
illegal activity</b>. All information is obtained via reverse engineering of
|
|
|
|
legally purchased devices and games and information made public on the internet
|
|
|
|
(you'd be surprised what's indexed on Google...).
|
|
|
|
|
2013-01-10 23:22:20 +00:00
|
|
|
## Quickstart
|
|
|
|
|
2013-10-18 06:35:54 +00:00
|
|
|
Windows:
|
|
|
|
|
2013-11-16 09:15:17 +00:00
|
|
|
# install python 2.7 and VS2013
|
2013-10-18 06:35:54 +00:00
|
|
|
git clone https://github.com/benvanik/xenia.git
|
|
|
|
cd xenia
|
|
|
|
xb setup
|
|
|
|
# open build\xenia\xenia.sln and start xenia-run
|
|
|
|
|
|
|
|
When fetching updates use `xb pull` to automatically fetch everything and
|
|
|
|
update gyp files/etc.
|
|
|
|
|
2013-01-11 09:23:08 +00:00
|
|
|
## Building
|
|
|
|
|
2013-02-24 19:44:10 +00:00
|
|
|
See [building](docs/building.md) for setup and information about the
|
|
|
|
`xenia-build` script.
|
2013-06-29 16:28:13 +00:00
|
|
|
|
2013-11-16 09:15:17 +00:00
|
|
|
## FAQ
|
|
|
|
|
2013-06-29 16:28:13 +00:00
|
|
|
## Known Issues
|