-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys_fs, sys_ss, and sys_usbd: LV2 syscalls enhancements #13840
Conversation
brian218
commented
May 10, 2023
•
edited
Loading
edited
- Implemented sys_fs_mount() with argument prot=1 for mounting VFS devices in read only mode (mainly used by XMB).
- Further implemented Update Manager service so that the progress of firmware update in XMB can go to 99%, tested in DEX&DECR.
- Implemented sys_usbd_unregister_extra_ldd() and improved the other ldd-related syscalls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thread-safety matters.
Locks have been added to sys_fs_newfs/mount/unmount syscalls earlier today. |
cellSysCache and sys_ss contain such code. |
Solved. |
A shared_mutex has been added to |
"While waiting for this PR's getting attention from the major developers" |
hi, could you be so kind and test the usio config in #13896 ? |
Gran Turismo 6 crashing on startup, works fine on previous build 0.0.28-15120. |
Kindly submit a formal issue report at https://github.com/RPCS3/rpcs3/issues/new/choose with the required information. |