mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VolumeWiiCrypted: Decryption optimization
The block doesn't have to be read if it already is in m_pBuffer.
This commit is contained in:
@ -53,7 +53,7 @@ private:
|
||||
u64 m_dataOffset;
|
||||
|
||||
mutable u64 m_LastDecryptedBlockOffset;
|
||||
mutable unsigned char m_LastDecryptedBlock[0x8000];
|
||||
mutable unsigned char m_LastDecryptedBlock[0x7C00];
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user