ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
226 stars 64 forks source link

Add lv2 syscalls: fs_chown, fs_mount, fs_unmount #126

Open bucanero opened 3 years ago

bucanero commented 3 years ago

this PR adds lv2 syscalls:

miigotu commented 3 years ago

Refs of where you got these?

bucanero commented 3 years ago

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 commented 3 years ago

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