From b5e49473c6a845f313941bf320dc1e49e60f87f2 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 31 May 2018 10:43:13 +0000 Subject: [PATCH] +goal --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 5425a5d..c8e0d6e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -3,6 +3,7 @@ This is a non-exhaustive list of current goals made possible with the support of ## Short term goals * Improve SPU/PPU LLVM recompiler compatibility, add useful optimizations. (Nekotekina) * Use compression to store compiled PPU modules. (Nekotekina) +* Rewrite SSSE3-using code using runtime compilation for better consistency. (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)