mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 15:59:00 +00: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:
parent
e6dfb08746
commit
eafa2784d6
2 changed files with 3 additions and 3 deletions
|
@ -258,7 +258,7 @@ private:
|
|||
|
||||
#undef COMPARE_TIED
|
||||
|
||||
const WiiKey* partition_key;
|
||||
WiiKey partition_key;
|
||||
u64 data_size;
|
||||
bool encrypted;
|
||||
u8 value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue