mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
+goal
parent
c68ff01d3d
commit
19b8b7de5a
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
This is non-exhaustive list of current goals.
|
||||||
|
|
||||||
## 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.
|
||||||
* Implement decryption on the fly. No more temporary files and additional steps. This affects, for example, EBOOT, SELF, SPRX, EDAT, and MSELF embedded files.
|
* Implement decryption on the fly. No more temporary files and additional steps. This affects, for example, EBOOT, SELF, SPRX, EDAT, and MSELF embedded files.
|
||||||
|
@ -30,6 +32,10 @@
|
||||||
## Long term goals
|
## Long term goals
|
||||||
* Support booting from original game discs.
|
* Support booting from original game discs.
|
||||||
* Implement user manager.
|
* Implement user manager.
|
||||||
|
* Support mic, camera, USB peripherals, etc.
|
||||||
* Implement network functionality.
|
* Implement network functionality.
|
||||||
* Implement every system module in the emulator. This will allow the emulator to work without the PS3 firmware.
|
* Implement every system module in the emulator. This will allow the emulator to work without the PS3 firmware.
|
||||||
* Continue to improve speed, accuracy, and compatibility. This is a never-ending goal.
|
* Continue to improve speed, accuracy, and compatibility. This is a never-ending goal.
|
||||||
|
|
||||||
|
## For developers
|
||||||
|
* Fix undefined behaviour in bs_t
|
Loading…
Add table
Add a link
Reference in a new issue