From faf42693ac6685039b0cbc50286c42f3bec3c8c6 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 4 Jun 2017 16:41:36 +0100 Subject: [PATCH] Add completed goal --- Roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index dfbb4ef..6444504 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 * Start to improve compatibility by fixing bugs and missing functionality. ## Medium term goals -* GUI: Use Qt instead of wxWidgets. **([#2645](https://github.com/RPCS3/rpcs3/pull/2645))** * Properly support some PS3 features like MSAA that are lacking at the moment. * Implement RSX reports which are missing at the moment. * Improve audio and video decoders for better speed and compatibility. @@ -58,4 +57,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Implemented "Automatic LLE configuration" option (enabled by default). This picks the most appropriate system modules (SPRX files). It may be hard to pick them manually. **([#2459](https://github.com/RPCS3/rpcs3/pull/2459))** * Implemented MSELF and SDAT decryption on the fly. No more temporary files and additional steps. Before some games silently failed to boot due to the presence of encrypted SDAT files. **([#2468](https://github.com/RPCS3/rpcs3/pull/2468))** * Added ALSA core audio backend for Linux. **([#2654](https://github.com/RPCS3/rpcs3/pull/2654))** -* Controller support: DualShock 4 native support. **([#2733](https://github.com/RPCS3/rpcs3/pull/2733), [#2792](https://github.com/RPCS3/rpcs3/pull/2792))** \ No newline at end of file +* Controller support: DualShock 4 native support. **([#2733](https://github.com/RPCS3/rpcs3/pull/2733), [#2792](https://github.com/RPCS3/rpcs3/pull/2792))** +* GUI: Use Qt instead of wxWidgets. **([#2645](https://github.com/RPCS3/rpcs3/pull/2645))** \ No newline at end of file