Skip to content
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

[Bugfix] sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX & Misc syscall implementation fixups #14939

Merged
merged 5 commits into from
Jan 10, 2024

Conversation

brian218
Copy link
Contributor

sys_fs_unlink() used to fail to delete files in dev_usbXXX because it used mp->root, which is always "dev_usb" for all dev_usbXXX devices, as argument dev_root passed to vfs::host::unlink() for further processing.

This PR fixed the bug mentioned above.

@brian218 brian218 changed the title [Bugfix] sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX [Bugfix] sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX & Misc syscall implementation fixups Dec 28, 2023
@brian218
Copy link
Contributor Author

brian218 commented Jan 9, 2024

Visual remarks of the sys_ss_update_manager data correction added last week:

Before:
screenshot_2024_01_06

After:
screenshot_2024_01_06

@Megamouse Megamouse merged commit 2136745 into RPCS3:master Jan 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants