From b559c88b15f4140d8283b2962b01398c5134fa79 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 5 Apr 2018 19:54:14 +0000 Subject: [PATCH] Move unimportant goal --- Roadmap.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 5c3ce3b..60b07bd 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,8 +1,6 @@ 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 -* Fix parent of root in VFS. (Nekotekina) -* Remove obstacles for ASLR support. (Nekotekina) * Improve PPU LLVM recompiler compatibility and speed. (Nekotekina) * Begin SPU LLVM. (Nekotekina) * Fix some engine-specific rendering issues (kd-11) @@ -21,6 +19,7 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement config tristate in GUI for per-game configurations. * Improvements to the shader generation and cache system * Implement parametrized PPU Interpreter reusing current LLVM IR generator, remove original hard-coded PPU Interpreter and make LLVM mandatory. Add options regulating its accuracy detached from the base choice of the Interpreter or the Recompiler. The same extends to SPU. +* Remove obstacles for ASLR support. (Nekotekina) ## Long term goals * Support booting from original game discs.