mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
kernel explorer typo fix
This commit is contained in:
parent
c01f1a8968
commit
1e2f81dd33
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void kernel_explorer::Update()
|
|||
}
|
||||
case SYS_LWCOND_OBJECT:
|
||||
{
|
||||
auto& lwc = static_cast<lv2_cond&>(obj);
|
||||
auto& lwc = static_cast<lv2_lwcond&>(obj);
|
||||
l_addTreeChild(node, qstr(fmt::format("LWCond: ID = 0x%08x \"%s\", Waiters = %zu", id, +name64(lwc.name), +lwc.waiters)));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue