From 4b424f5b0c3dcbfb43140f63e9bf7a075592f58b Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 13 Feb 2017 00:54:56 +0300 Subject: [PATCH] +goal --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 7aaab78..58618a7 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -6,6 +6,7 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement SDAT decryption. No need to decrypt them manually. Currently some games may silently fail to boot. * New "Automatic LLE configuration" option (enabled by default). This will pick the most appropriate system modules (SPRX files) for a particular PS3 executable. It may be hard to pick them manually. * Cache compiled LLVM modules. You shouldn't recompile the same executable twice. +* Parse .eh_frame section in PPU analyser and use this information in LLVM recompiler. * Configure Travis to automatically upload Linux binaries on GitHub. * Implement priority-based scheduler for PPU threads. * Investigate early crashes on Linux.