mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Fix types
This commit is contained in:
parent
3a16b2e92c
commit
8feccffec0
@ -626,9 +626,9 @@ namespace gui
|
||||
usz byte_unit = 0;
|
||||
usz divisor = 1;
|
||||
#if defined(__APPLE__)
|
||||
usz multiplier = 1000;
|
||||
constexpr multiplier = 1000;
|
||||
#else
|
||||
usz multiplier = 1024;
|
||||
constexpr multiplier = 1024;
|
||||
#endif
|
||||
|
||||
static const QString s_units[]{"B", "KB", "MB", "GB", "TB", "PB"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user