mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
PRX: Implement multi-referenced library management
This commit is contained in:
parent
5b95cfda40
commit
820e692e57
6 changed files with 146 additions and 53 deletions
|
|
@ -466,7 +466,7 @@ void kernel_explorer::update()
|
|||
break;
|
||||
}
|
||||
|
||||
const QString text = qstr(fmt::format("PRX 0x%08x: '%s'", id, prx.name));
|
||||
const QString text = qstr(fmt::format("PRX 0x%08x: '%s', attr=0x%x, lib=%s", id, prx.name, prx.module_info_attributes, prx.module_info_name));
|
||||
QTreeWidgetItem* prx_tree = add_solid_node(node, text, text);
|
||||
display_program_segments(prx_tree, prx);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue