mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Minor changes
This commit is contained in:
parent
279ec3d8a3
commit
9d1a2dd376
3 changed files with 38 additions and 38 deletions
|
|
@ -118,7 +118,6 @@ void KernelExplorer::Update()
|
|||
const auto& node = m_tree->AppendItem(root, name);
|
||||
const auto& objects = Emu.GetIdManager().GetTypeIDs(TYPE_LWCOND);
|
||||
|
||||
u32 index = 0;
|
||||
for (const auto& id : objects)
|
||||
{
|
||||
sprintf(name, "LW Condition Variable: ID = 0x%08x '%s'", id, Emu.GetSyncPrimManager().GetSyncPrimName(TYPE_LWCOND, id).c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue