From 83fb3d02d3ea6000c379493d3511b88c7679b958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandro=20S=C3=A1nchez=20Bach?= Date: Sun, 16 Mar 2014 08:58:18 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 16a0054..86d1543 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -30,7 +30,11 @@ Thank you for supporting RPCS3! * Implement new module functions. Specifically (ordered from more to less important): * sys_net: Used by games like _Pinballistik_. * Implement more lv2 SysCalls. Specifically (ordered from more to less important): - * 350 used by games like _PixelJunk Eden_. + * 177 used by games like _Puzzle Chronicles [NPUB30076]_. + * 631 used by games like _Prince of Persia Classic [NPUB30031]_. + * 326, 327 used by games like _Jet Set Radio [NPUB30829]_ and _PiD [NPUB30905]_. + * 150, 154, 151 used by games like _NBA Unrivaled [NPUB30146]_. + * 84, 88 used by games like _NBA Unrivaled [NPUB30146]_. * Find bugs and fix them. * Add PPU instructions _lswi_ and _stswi_ * Fix PPU instructions that are broken according to [PS3 Autotests](https://github.com/DHrpcs3/ps3autotests/), like some Vector extensions and FPU stuff.