From 0130e87f5e8d42e79f4ed480f6f6cd9e9d353584 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 26 Feb 2017 17:36:40 +0000 Subject: [PATCH] Completed goal --- Roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 8dbe2dc..bc0aa37 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -4,7 +4,6 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement decryption on the fly. No more temporary files and additional steps. This affects, for example, EBOOT, SELF, EDAT, and MSELF embedded files. * Implement SDAT decryption. No need to decrypt them manually. Currently some games may silently fail to boot. * Implement "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. * Investigate Linux specific bugs. Avoid using executable dir completely. @@ -52,4 +51,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Implemented priority-based scheduler for PPU threads. This is an important core change, fixing various crashes and freezes. * Implemented PS3 firmware installer. Users only need to provide correct PS3UPDAT.PUP file and it is automatically unpacked into /dev_flash. * Implemented SPRX decryption on the fly. -* Fixed early crashes on Linux. Now also creates dev_hdd0 and other dirs. \ No newline at end of file +* Fixed early crashes on Linux. Now also creates dev_hdd0 and other dirs. +* Cache compiled LLVM modules. You shouldn't recompile the same executable twice. \ No newline at end of file