From f0481513d7d297ad5759861a665ce57140c3413b Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 30 Aug 2019 03:54:07 +0100 Subject: [PATCH] Remove completed goal --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 29fdc24..789e56f 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -13,7 +13,6 @@ This is a non-exhaustive list of current goals made possible with the support of * Improve solution structure, move and rename some files. * Implement missing syscalls. Allow to LLE more system modules. * Write automatic tests to minimize bugs. -* Enable hardware acceleration for decryption (AES-NI). **([#2457](https://github.com/RPCS3/rpcs3/pull/2457))** * Implement config tristate in GUI for per-game configurations. * Improvements to the shader generation and cache system * Remove obstacles for ASLR support. (Nekotekina)