From 33d3a7c25a6d7a1b20b15ec8e3ea9e2573fdc3dd Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 29 Aug 2017 01:31:42 +0300 Subject: [PATCH] Fix --- Roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index b3b4606..14ba1dc 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -2,10 +2,9 @@ This is a non-exhaustive list of current goals made possible with the support of ## August 2017 * Add "Clear LLVM cache" function. -* Fix log appearance at RPCS3 startup. (Nekotekina) * Improve fatal error dialog. (Nekotekina) * Implement sys_net syscalls. (Nekotekina) -* Implement remaining syscalls for liblv2. (Nekotekina) +* Implement remaining syscalls for liblv2 compatibility. (Nekotekina) * Fix RawSPU registers. (Nekotekina) * Improvements to the shader generation and cache system (kd-11) @@ -33,6 +32,7 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement savedata manager. Currently it doesn't have user interface. * Implement (the rest of) precise PPU Interpreter. * Enable hardware acceleration for decryption (AES-NI). **([#2457](https://github.com/RPCS3/rpcs3/pull/2457))** +* Implement config tristate in GUI for per-game configurations. ## Long term goals * Enable extra graphics options to support extra rendering features, such as custom anti-aliasing modes.