mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00: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())
|
||||
{
|
||||
// TODO: Maybe add thread group name here
|
||||
fmt::append(name, "SPU.%u", lv2_id);
|
||||
fmt::append(name, "SPU.0x%07x", lv2_id);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user