Update SPUThread.cpp

This commit is contained in:
Eladash 2023-02-27 14:30:32 +02:00 committed by Megamouse
parent 2a344e1d87
commit 62c9b99e72

View File

@ -1097,7 +1097,7 @@ void spu_thread::dump_regs(std::string& ret) const
if (!printed_error)
{
// Shortand formatting
fmt::append(ret, "08x", i3);
fmt::append(ret, "%08x", i3);
}
}
else