From 992365db39c09712a0f6e9caa58ebcc4373cd870 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 6 Feb 2017 19:41:36 +0300 Subject: [PATCH] fix --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 87b4888..7aaab78 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -7,7 +7,7 @@ This is a non-exhaustive list of current goals made possible with the support of * 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. * Configure Travis to automatically upload Linux binaries on GitHub. -* Implement priority-based scheduler for PPU threads. This is an important core change, it will fix various crashes and freezes. +* Implement priority-based scheduler for PPU threads. * Investigate early crashes on Linux. * Start to improve compatibility by fixing bugs and missing functionality.