mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
HLE linkage rewritten
This commit is contained in:
parent
14f02b23c2
commit
7428bb3025
8 changed files with 163 additions and 157 deletions
|
|
@ -193,7 +193,7 @@ void KernelExplorer::Update()
|
|||
case SYS_PRX_OBJECT:
|
||||
{
|
||||
auto& prx = static_cast<lv2_prx&>(obj);
|
||||
m_tree->AppendItem(node, fmt::format("PRX: ID = 0x%08x", id));
|
||||
m_tree->AppendItem(node, fmt::format("PRX: ID = 0x%08x '%s'", id, prx.name));
|
||||
break;
|
||||
}
|
||||
case SYS_SPUPORT_OBJECT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue