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
|
|
@ -1816,6 +1816,9 @@ shared_ptr<lv2_prx> ppu_load_prx(const ppu_prx_object& elf, bool virtual_load, c
|
|||
prx->module_info_version[1] = lib_info->version[1];
|
||||
prx->module_info_attributes = lib_info->attributes;
|
||||
|
||||
prx->imports_start = lib_info->imports_start;
|
||||
prx->imports_end = lib_info->imports_end;
|
||||
|
||||
prx->exports_start = lib_info->exports_start;
|
||||
prx->exports_end = lib_info->exports_end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue