Minor changes

This commit is contained in:
Oil 2014-09-17 23:51:02 +04:00
parent 279ec3d8a3
commit 9d1a2dd376
3 changed files with 38 additions and 38 deletions

View file

@ -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());