mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DiscIO: Move magic constants for discs to DiscUtils
This commit is contained in:
parent
b14bf82732
commit
7d570f1edb
6 changed files with 13 additions and 14 deletions
|
@ -22,6 +22,9 @@ constexpr u64 SL_DVD_R_SIZE = 4707319808; // Wii RVT-R
|
|||
constexpr u64 DL_DVD_SIZE = 8511160320; // Wii retail
|
||||
constexpr u64 DL_DVD_R_SIZE = 8543666176; // Wii RVT-R
|
||||
|
||||
constexpr u32 GAMECUBE_DISC_MAGIC = 0xC2339F3D;
|
||||
constexpr u32 WII_DISC_MAGIC = 0x5D1C9EA3;
|
||||
|
||||
constexpr u32 PARTITION_DATA = 0;
|
||||
constexpr u32 PARTITION_UPDATE = 1;
|
||||
constexpr u32 PARTITION_CHANNEL = 2; // Mario Kart Wii, Wii Fit, Wii Fit Plus, Rabbids Go Home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue