mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fix minor typo
This commit is contained in:
parent
72e6e87d82
commit
c94a98e15a
|
|
@ -4612,7 +4612,7 @@ bool spu_thread::capture_local_storage() const
|
||||||
if (name.empty())
|
if (name.empty())
|
||||||
{
|
{
|
||||||
// TODO: Maybe add thread group name here
|
// TODO: Maybe add thread group name here
|
||||||
fmt::append(name, "SPU.%u", lv2_id);
|
fmt::append(name, "SPU.0x%07x", lv2_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue