Roadmap page added

Alexandro Sánchez Bach 2013-11-07 06:34:59 -08:00
parent 4e40202b4d
commit 5927c5dfeb

21
Roadmap.md Normal file

@ -0,0 +1,21 @@
List of features that RPCS3 will support in the future and their corresponding status. It's not required for developers to write down here the tasks they are working on. It's just recommended, and if you do so, remember to delete those entries once you finish them, or move them to another category if you couldn't do it. The current categories are:
* **Short term goals:** Tasks that developers are currently doing.
* **Medium term goals:** Stuff that developers could do.
* **Long term goals:** Tasks that are not a priority right now.
Thank you for supporting RPCS3!
***
### Short term goals
* PKG Installer: _Oil_
* Add SDATA decryption: _AlexAltea_
* Add remaining SPU instructions: _Magn3s1um_
### Medium term goals
* cellJpgDec: Allow to resize JPG while decoding.
* cellFs: Add/Improve handling of streams and folders.
* Find bugs and fix them.
### Long term goals
* Implement a JIT compiler for PPU / SPU.
* Fix wxWidgets 2.8.12 problem (https://github.com/DHrpcs3/rpcs3/issues/6)