From 19b8b7de5a1e0357c4253deeef262a6a7c09532b Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 24 Jan 2017 02:07:04 +0300 Subject: [PATCH] +goal --- Roadmap.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index aab1cc5..6a95ef5 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,3 +1,5 @@ +This is non-exhaustive list of current 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 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 * Support booting from original game discs. * Implement user manager. +* Support mic, camera, USB peripherals, etc. * Implement network functionality. * 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. \ No newline at end of file +* Continue to improve speed, accuracy, and compatibility. This is a never-ending goal. + +## For developers +* Fix undefined behaviour in bs_t \ No newline at end of file