mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
VolumeWiiCrypted: Turn m_dataOffset into a constant
This commit is contained in:
parent
405643b902
commit
74d84c5af2
2 changed files with 6 additions and 5 deletions
|
@ -66,7 +66,6 @@ private:
|
|||
std::unique_ptr<mbedtls_aes_context> m_AES_ctx;
|
||||
|
||||
u64 m_VolumeOffset;
|
||||
u64 m_dataOffset;
|
||||
|
||||
mutable u64 m_last_decrypted_block;
|
||||
mutable u8 m_last_decrypted_block_data[BLOCK_DATA_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue