diff --git a/Roadmap.md b/Roadmap.md index 6444504..404e6c6 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -4,7 +4,6 @@ This is a non-exhaustive list of current goals made possible with the support of * Investigate game specific bugs like the overly bright bloom in Persona 5 or the overly dark lighting in Demon’s Souls. * Improve performance and compatibility of all renderers. -* Enable Vulkan on Linux, which will bring a tremendous performance improvement for some games. * Implement missing functionality that will fix various bugs in different games. For example, the broken shadows in many games including Demon’s Souls depend on this task. * Automatically add disc games running from external locations to the game list. * Parse .eh_frame section in PPU analyser and use this information in LLVM recompiler. @@ -58,4 +57,5 @@ 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))** * 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))** -* GUI: Use Qt instead of wxWidgets. **([#2645](https://github.com/RPCS3/rpcs3/pull/2645))** \ No newline at end of file +* GUI: Use Qt instead of wxWidgets. **([#2645](https://github.com/RPCS3/rpcs3/pull/2645))** +* Enabled Vulkan on Linux, which brought a tremendous performance improvement for some games. **([#2842](https://github.com/RPCS3/rpcs3/pull/2842))** \ No newline at end of file