mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
DolphinQt: Make block size configurable in convert dialog
This commit is contained in:
parent
acd00723ad
commit
466b2d7202
4 changed files with 86 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue