mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
AVX1+ required. I'm sure I'm using AVX2 instructions now, though.
This commit is contained in:
parent
14d6855b6d
commit
e5e490ca9b
|
|
@ -1,8 +1,7 @@
|
||||||
Xenia - Xbox 360 Emulator Research Project
|
Xenia - Xbox 360 Emulator Research Project
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Xenia is an experimental emulator for the Xbox 360. It does not run games (yet),
|
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.
|
|
||||||
|
|
||||||
Pull requests are welcome but the code is in a very high churn state and may not
|
Pull requests are welcome but the code is in a very high churn state and may not
|
||||||
be accepted, so ask in IRC before taking on anything big. Contributions are
|
be accepted, so ask in IRC before taking on anything big. Contributions are
|
||||||
|
|
@ -85,7 +84,7 @@ Come on people. Jeez.
|
||||||
|
|
||||||
### What kind of machine do I need to run this?
|
### What kind of machine do I need to run this?
|
||||||
|
|
||||||
You'll need 64-bit Windows 7 with a processor supporting at least SSE4.
|
You'll need 64-bit Windows 7 with a processor supporting at least AVX1.
|
||||||
It's only tested on Windows 8 and that may become a requirement as several of
|
It's only tested on Windows 8 and that may become a requirement as several of
|
||||||
the APIs exposed there are beneficial to emulation. In general if you have to
|
the APIs exposed there are beneficial to emulation. In general if you have to
|
||||||
ask if your machine is good enough to run games at a decent speed the answer is
|
ask if your machine is good enough to run games at a decent speed the answer is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue