mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Fix minor typo
This commit is contained in:
parent
72e6e87d82
commit
c94a98e15a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue