From 61abf130da7024815595c648174eef43e6395448 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 31 May 2018 10:25:05 +0000 Subject: [PATCH] Update roadmap --- Roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 60b07bd..2563974 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,8 +1,8 @@ This is a non-exhaustive list of current goals made possible with the support of our generous [patrons](https://www.patreon.com/Nekotekina). ## Short term goals -* Improve PPU LLVM recompiler compatibility and speed. (Nekotekina) -* Begin SPU LLVM. (Nekotekina) +* Improve SPU/PPU LLVM recompiler compatibility, add useful optimizations. (Nekotekina) +* Use compression to store compiled PPU modules. (Nekotekina) * Fix some engine-specific rendering issues (kd-11) * Improve the shader decompiler/recompiler (kd-11) * Fix remaining problems with texture readback (write color buffers) (kd-11)