Fix minor typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user