From 01184b2e067f90e6cdcee9d139e7b3a497ca40b8 Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Sat, 19 Dec 2020 12:09:03 +0300 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index c41db99..d406130 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -4,7 +4,9 @@ This is a non-exhaustive list of current goals made possible with the support of * Improve SPU/PPU LLVM recompiler compatibility, add more optimizations. (Nekotekina) * Implement parametrized PPU/SPU Interpreters reusing current LLVM IR generator, remove original hard-coded interpreters and make LLVM mandatory. Add options regulating its accuracy detached from the base choice of the Interpreter or the Recompiler. (Nekotekina) * Fix any remaining RSX regressions. -* Improve the GPU-side program decompiler/interpreter. (kd-11) +* RSX header restructuring. (kd-11) +* Zero-copy RSX DMA. (kd-11) +* Rewrite texture cache. (kd-11) * Rework RSX <-> Cell synchronization framework to be more cohesive. (kd-11) ## Medium term goals