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:
JosJuice
2021-06-29 08:35:30 +02:00
parent e6dfb08746
commit eafa2784d6
2 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ private:
#undef COMPARE_TIED
const WiiKey* partition_key;
WiiKey partition_key;
u64 data_size;
bool encrypted;
u8 value;