From 18a11447b0f19d69fbcadbc24331e33e5937e56f Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 31 May 2018 10:28:04 +0000 Subject: [PATCH] + goal --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 2563974..5d54040 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -20,6 +20,7 @@ This is a non-exhaustive list of current goals made possible with the support of * 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) +* Rewrite signal handlers to improve reliability and support exceptions. (Nekotekina) ## Long term goals * Support booting from original game discs.