Add completed goal

Ani 2017-06-04 16:41:36 +01:00
parent bbe6350ee6
commit faf42693ac

@ -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. * Start to improve compatibility by fixing bugs and missing functionality.
## Medium term goals ## 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. * Properly support some PS3 features like MSAA that are lacking at the moment.
* Implement RSX reports which are missing at the moment. * Implement RSX reports which are missing at the moment.
* Improve audio and video decoders for better speed and compatibility. * Improve audio and video decoders for better speed and compatibility.
@ -59,3 +58,4 @@ This is a non-exhaustive list of current goals made possible with the support of
* 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))** * 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))** * 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))** * 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))**