mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DolphinQt: Make block size configurable in convert dialog
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user