mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Merge pull request #11837 from brad0/aes_silence_warning
Silence AES warning
This commit is contained in:
commit
df06ae2257
@ -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…
x
Reference in New Issue
Block a user