From d70f585f5e3896266ca4122ff4cc0694f1a10602 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Tue, 23 Dec 2014 13:16:43 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5896228b7..007937d35 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ legally purchased devices and games and information made public on the internet Windows 8.1+: - # install python 2.7 and VS2013 + # install python 2.7 and VS2013/2015 git clone https://github.com/benvanik/xenia.git cd xenia xb setup @@ -60,9 +60,7 @@ Fixes and optimizations are always welcome (please!), but in addition to that there are some major work areas still untouched: * Help work through missing functionality/bugs in game [compat](https://github.com/benvanik/xenia/issues?labels=compat) -* Add input drivers for [OSX](https://github.com/benvanik/xenia/issues/61) and [PS4 controllers](https://github.com/benvanik/xenia/issues/60) (or anything else) -* Start [hacking on audio](https://github.com/benvanik/xenia/issues/62) -* Build a [virtual LIVE service](https://github.com/benvanik/xenia/issues/64) +* Add input drivers for [PS4 controllers](https://github.com/benvanik/xenia/issues/60) (or anything else) See more projects [good for contributors](https://github.com/benvanik/xenia/issues?labels=good+for+contributors&page=1&state=open). It's a good idea to ask on IRC/the bugs before beginning work on something. @@ -86,15 +84,13 @@ enough to run games at a decent speed the answer is no. ### What about Linux/OSX? The project is designed to support non-Windows platforms but until it's running -games it's not worth the maintenance burden. If you're a really passionate -Linux/OSX-based developer and want to help out, run Bootcamp/VM and contribute -an OpenGL 4 driver - that'll be the most difficult part in porting to -non-Windows platforms. +games it's not worth the maintenance burden. OSX will likely remain unsupported +until Apple supports OpenGL 4.3 or higher. ### What kind of GPU do I need? -DirectX 11 support is required. To get full speed and compatibility Mantle may -be required in the future. +DirectX 11/OpenGL 4.5 support is required. To get full speed and compatibility +D3D12 or GL-next may eventually be required. ### Have you heard of LLVM/asmjit/jitasm/luajit/etc?