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.