DolphinQt: Make block size configurable in convert dialog

This commit is contained in:
JosJuice
2020-04-10 15:14:03 +02:00
parent acd00723ad
commit 466b2d7202
4 changed files with 86 additions and 7 deletions

View File

@ -32,5 +32,5 @@ void SaveWiimoteSources();
// Return a pretty file size string from byte count.
// e.g. 1134278 -> "1.08 MiB"
std::string FormatSize(u64 bytes);
std::string FormatSize(u64 bytes, int decimals = 2);
} // namespace UICommon