mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DiscIO: Store partition key directly in ReuseID
This lets us reuse blocks in the case where different partition entries use the same key (which probably isn't very common).
This commit is contained in:
@ -258,7 +258,7 @@ private:
|
||||
|
||||
#undef COMPARE_TIED
|
||||
|
||||
const WiiKey* partition_key;
|
||||
WiiKey partition_key;
|
||||
u64 data_size;
|
||||
bool encrypted;
|
||||
u8 value;
|
||||
|
Reference in New Issue
Block a user