mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Tweak TSC calibration
Round to 3 digits after dot (count in MHz).
This commit is contained in:
parent
765b14a8ba
commit
1b68f90e42
2 changed files with 6 additions and 10 deletions
|
@ -3278,7 +3278,7 @@ void fmt_class_string<spu_channel>::format(std::string& out, u64 arg)
|
|||
}
|
||||
else
|
||||
{
|
||||
out += "empty";
|
||||
out += "empty";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue