Core/DiscIO: Extract disc and partition constants to DiscUtils.h.

This commit is contained in:
Admiral H. Curtiss 2021-09-19 22:00:13 +02:00
commit ad410009bb
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
6 changed files with 74 additions and 54 deletions

View file

@ -36,7 +36,6 @@ public:
static constexpr size_t AES_KEY_SIZE = 16;
static constexpr size_t SHA1_SIZE = 20;
static constexpr u32 H3_TABLE_SIZE = 0x18000;
static constexpr u32 BLOCKS_PER_GROUP = 0x40;
static constexpr u64 BLOCK_HEADER_SIZE = 0x0400;