mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
Core/DiscIO: Extract disc and partition constants to DiscUtils.h.
This commit is contained in:
parent
31ca114721
commit
ad410009bb
6 changed files with 74 additions and 54 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue