mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
+task
parent
feb4701cac
commit
a45e2211c5
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
### This is a non-exhaustive list of current goals made possible with the support of our generous [patrons](https://www.patreon.com/Nekotekina).
|
This is a non-exhaustive list of current goals made possible with the support of our generous [patrons](https://www.patreon.com/Nekotekina).
|
||||||
|
|
||||||
## Short term goals
|
## Short term goals
|
||||||
* Implement PS3 firmware installer. Users only need to provide correct PS3UPDAT.PUP file and it will be automatically unpacked into /dev_flash.
|
* Implement PS3 firmware installer. Users only need to provide correct PS3UPDAT.PUP file and it will be automatically unpacked into /dev_flash.
|
||||||
|
@ -44,3 +44,4 @@
|
||||||
* Return `error_code` from syscalls and functions to enable error reporting.
|
* Return `error_code` from syscalls and functions to enable error reporting.
|
||||||
* Improve embedded debugging tools (CPU, RSX, Kernel Explorer).
|
* Improve embedded debugging tools (CPU, RSX, Kernel Explorer).
|
||||||
* Implement simple thread pool (Thread.cpp)
|
* Implement simple thread pool (Thread.cpp)
|
||||||
|
* Implement MFC thread for SPU DMA and other time-critical tasks.
|
Loading…
Add table
Add a link
Reference in a new issue