Updated Roadmap (markdown)

Alexandro Sánchez Bach 2014-01-26 09:03:45 -08:00
parent 45054d486f
commit 0fa8340fbe

@ -25,11 +25,12 @@ Thank you for supporting RPCS3!
* Fix the `read: reading from stdout or stderr (fd 1 & 2) not allowed` error of some homebrews like _SNES9x for PS3_. * Fix the `read: reading from stdout or stderr (fd 1 & 2) not allowed` error of some homebrews like _SNES9x for PS3_.
* Fix the `libpng error: IHDR: CRC error` error present in many homebrews like _Cubicle Shooter City_. * Fix the `libpng error: IHDR: CRC error` error present in many homebrews like _Cubicle Shooter City_.
* Enable sorting by Title / Serial / etc. in the panel "_Game List_". * Enable sorting by Title / Serial / etc. in the panel "_Game List_".
* Implement new module functions. Specifically: * Implement new module functions. Specifically (ordered from more to less importance):
* cellPamf: Used by games like _Disgaea 3: Absence of Justice_. * cellPamf: Used by games like _Disgaea 3: Absence of Justice_.
* Implement more lv2 SysCalls. Specifically: * cellNet: Used by games like _Pinballistik_.
* 82, 86, 87 used by games like _Diablo 3_. * Implement more lv2 SysCalls. Specifically (ordered from more to less importance):
* 350 used by games like _PixelJunk Eden_. * 350 used by games like _PixelJunk Eden_.
* 82, 86, 87 used by games like _Diablo 3_.
* Implement core dumps. * Implement core dumps.
* Find bugs and fix them. * Find bugs and fix them.