mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE Use MiB suffix for Java memory options
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace Sys
|
||||
{
|
||||
const uint64_t megabyte = 1024ull * 1024ull;
|
||||
const uint64_t mebibyte = 1024ull * 1024ull;
|
||||
struct KernelInfo
|
||||
{
|
||||
QString kernelName;
|
||||
|
Reference in New Issue
Block a user