Difference between revisions of "Xenia"

From Emulation General Wiki
Jump to navigation Jump to search
m
(Forgot some things)
Line 4: Line 4:
 
|first = N/A
 
|first = N/A
 
|second = Yes
 
|second = Yes
|third = Windows 8.1+
+
|third = Windows
 
|fourth = Ben Vanik
 
|fourth = Ben Vanik
 
|fifth = [http://xenia.jp/ Xenia.jp]
 
|fifth = [http://xenia.jp/ Xenia.jp]
 
|sixth = [https://github.com/benvanik/xenia GitHub]}}
 
|sixth = [https://github.com/benvanik/xenia GitHub]}}
  
'''Xenia''' is an experimental Xbox 360 emulator, and the very first to achieve the feat of running a commercial Xbox 360 game, Frogger 2. It is very heavily in development, to the point where no binaries have been released yet (although you can compile the source code if you wish). It's also only compatible with 64-bit Windows 8.1+, CPUs with the AVX instruction set (Sandy Bridge+), and some GPUs with OpenGL 4.5 support (Xenia requires certain extensions that are not in core GL 4.5).
+
'''Xenia''' is an experimental Xbox 360 emulator, and the very first to achieve the feat of running a commercial Xbox 360 game, Frogger 2. It is under regular development<ref>https://github.com/benvanik/xenia/commits/master</ref> but has no up-to-date binary, although you can compile the source code if you wish. The emulator is very much in its proof-of-concept stages. Don't expect something that the average end-user will find useful for a long time.
  
The emulator is very heavily in its proof-of-concept stages. Don't expect something that the average end-user will find use in for a long time.
+
==System requirements==
 +
* OS: Windows 8.1 or 10 (64-bit)
 +
* CPU: Intel Sandy Bridge or Haswell processor supporting AVX or AVX2
 +
* GPU: OpenGL 4.5-compatible, Nvidia preferred
 +
* Misc.: XInput-compatible controller
  
 
==Download==
 
==Download==
 
[http://www.emucr.com/search/label/Xenia?&max-results=12 Dev Builds]
 
[http://www.emucr.com/search/label/Xenia?&max-results=12 Dev Builds]
  
 +
==References==
 +
{{reflist}}
  
==System Requirements==
+
==External links==
CPU: Intel Sandy Bridge or newer / AMD Bulldozer or newer
+
*[http://xenia.jp/compatibility/ Compatibility list (Xenia.jp)]
 
+
*[http://www.noxa.org/blog/category/projects/xenia/ Informative overview on building an emulator (Xenia blog)]
GPU: nVidia Kepler or newer / AMD GPUs that support OGL 4.5
+
*[https://www.youtube.com/watch?v=oAk0_jidpA0 Footage of Frogger 2 running on the emulator]
 
+
*[https://www.youtube.com/watch?v=vE32Z9ytbgU A-Train HX running at 60 FPS on Xenia]
==More Info==
 
*[http://xenia.jp/compatibility/ Compatibility list.]
 
*[http://www.noxa.org/blog/category/projects/xenia/ Xenia's blog] (Very informative blog about where emulators come from).
 
*[https://www.youtube.com/watch?v=oAk0_jidpA0 Footage of Frogger 2 running on the emulator.]
 
*[https://www.youtube.com/watch?v=vE32Z9ytbgU A-Train HX running at 60 frames-per-second on Xenia]
 
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 
[[Category:Windows emulation software]]
 
[[Category:Windows emulation software]]

Revision as of 00:02, 9 September 2016

Xenia-Icon-KMA.png
Current version: N/A
Active: Yes
OS: Windows
Authors: Ben Vanik
Official website: Xenia.jp
Source code: GitHub

Xenia is an experimental Xbox 360 emulator, and the very first to achieve the feat of running a commercial Xbox 360 game, Frogger 2. It is under regular development[1] but has no up-to-date binary, although you can compile the source code if you wish. The emulator is very much in its proof-of-concept stages. Don't expect something that the average end-user will find useful for a long time.

System requirements

  • OS: Windows 8.1 or 10 (64-bit)
  • CPU: Intel Sandy Bridge or Haswell processor supporting AVX or AVX2
  • GPU: OpenGL 4.5-compatible, Nvidia preferred
  • Misc.: XInput-compatible controller

Download

Dev Builds

References

External links