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

Add lv2 syscalls: fs_chown, fs_mount, fs_unmount #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bucanero
Copy link

@bucanero bucanero commented Apr 2, 2021

this PR adds lv2 syscalls:

  • fs_chown,
  • fs_mount,
  • fs_unmount

@miigotu
Copy link
Member

miigotu commented Apr 2, 2021

Refs of where you got these?

@bucanero
Copy link
Author

bucanero commented Apr 2, 2021

Refs of where you got these?

the syscalls can be found here:
https://www.psdevwiki.com/ps3/LV2_Functions_and_Syscalls#LV2_Syscalls

they're currently being used in the "Managunz" PS3 backup manager:
https://github.com/Zarh/ManaGunZ/blob/master/MGZ/source/main.c

@miigotu
Copy link
Member

miigotu commented Apr 3, 2021

I'm just surprised they took this long to be added if they are on the wiki lol

Copy link
Member

@miigotu miigotu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks legit, LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants