mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-24 13:35:20 +00:00
Completed goal
parent
faf42693ac
commit
909677bc6d
1 changed files with 2 additions and 2 deletions
|
@ -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))**
|
||||
* 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))**
|
Loading…
Add table
Reference in a new issue