Fix minor typo

This commit is contained in:
Eladash 2020-12-22 15:29:41 +02:00 committed by Ivan
parent 72e6e87d82
commit c94a98e15a

View File

@ -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