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