From 0fa8340fbeaed3352caef5d9ea5f0acd60a1ea38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandro=20S=C3=A1nchez=20Bach?= Date: Sun, 26 Jan 2014 09:03:45 -0800 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index f155fd6..68261af 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -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 `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_". -* 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_. -* Implement more lv2 SysCalls. Specifically: - * 82, 86, 87 used by games like _Diablo 3_. + * cellNet: Used by games like _Pinballistik_. +* Implement more lv2 SysCalls. Specifically (ordered from more to less importance): * 350 used by games like _PixelJunk Eden_. + * 82, 86, 87 used by games like _Diablo 3_. * Implement core dumps. * Find bugs and fix them.