early-access version 1532

This commit is contained in:
pineappleEA
2021-03-25 02:32:23 +01:00
parent 4e29c4ced9
commit 56e564d459
9 changed files with 84 additions and 76 deletions

View File

@@ -8,6 +8,8 @@
#include "common/common_types.h"
namespace Common {
enum : u64 {
Size_1_KB = 0x400ULL,
Size_64_KB = 64ULL * Size_1_KB,
@@ -37,3 +39,5 @@ enum : u64 {
Size_512_GB = 512ULL * Size_1_GB,
Size_Invalid = std::numeric_limits<u64>::max(),
};
} // namespace Common