mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Update SPUThread.cpp
This commit is contained in:
parent
2a344e1d87
commit
62c9b99e72
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ void spu_thread::dump_regs(std::string& ret) const
|
||||||
if (!printed_error)
|
if (!printed_error)
|
||||||
{
|
{
|
||||||
// Shortand formatting
|
// Shortand formatting
|
||||||
fmt::append(ret, "08x", i3);
|
fmt::append(ret, "%08x", i3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue