mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Few functions added
* sceNpManagerGetStatus * sys_mmapper_free_memory * Minor changes in sys_mmapper_allocate_memory * Changed the layout of the sys_vm functions in SysCalls.cpp
This commit is contained in:
parent
cd10dca71f
commit
7f7ad1b661
6 changed files with 80 additions and 10 deletions
|
@ -168,6 +168,7 @@ void sysPrxForUser_init()
|
|||
|
||||
sysPrxForUser.AddFunc(0xb257540b, sys_mmapper_allocate_memory);
|
||||
sysPrxForUser.AddFunc(0xdc578057, sys_mmapper_map_memory);
|
||||
sysPrxForUser.AddFunc(0x409ad939, sys_mmapper_free_memory);
|
||||
|
||||
sysPrxForUser.AddFunc(0x1ed454ce, sys_spu_elf_get_information);
|
||||
sysPrxForUser.AddFunc(0xdb6b3250, sys_spu_elf_get_segments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue