mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #11837 from brad0/aes_silence_warning
Silence AES warning
This commit is contained in:
commit
df06ae2257
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ private:
|
||||||
std::string m_device_name;
|
std::string m_device_name;
|
||||||
|
|
||||||
std::unique_ptr<Common::AES::Context> m_aes_ctx{};
|
std::unique_ptr<Common::AES::Context> m_aes_ctx{};
|
||||||
u8 m_aes_key[0x10] = {};
|
|
||||||
u8 m_aes_iv[0x10] = {};
|
u8 m_aes_iv[0x10] = {};
|
||||||
|
|
||||||
ES::TMDReader m_tmd;
|
ES::TMDReader m_tmd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue