mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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.
|
* 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.
|
* 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.
|
* 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.
|
* 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.
|
* Parse .eh_frame section in PPU analyser and use this information in LLVM recompiler.
|
||||||
|
@ -59,3 +58,4 @@ This is a non-exhaustive list of current goals made possible with the support of
|
||||||
* 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))**
|
* 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
Add a link
Reference in a new issue