mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
sys_prx: implement get_module_id_by_name, module_info_v2 (#16573)
This commit is contained in:
parent
0a6f9ed967
commit
10e0fb2b54
4 changed files with 51 additions and 6 deletions
|
|
@ -221,7 +221,7 @@ error_code sys_prx_get_module_info(ppu_thread& ppu, u32 id, u64 flags, vm::ptr<s
|
|||
opt->info = info;
|
||||
|
||||
// Call the syscall
|
||||
return _sys_prx_get_module_info(ppu, id, 0, opt);
|
||||
return _sys_prx_get_module_info(ppu, id, flags, opt);
|
||||
}
|
||||
|
||||
error_code sys_prx_get_module_id_by_name(ppu_thread& ppu, vm::cptr<char> name, u64 flags, vm::ptr<sys_prx_get_module_id_by_name_option_t> pOpt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue