mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #11837 from brad0/aes_silence_warning
Silence AES warning
This commit is contained in:
@ -51,7 +51,6 @@ private:
|
||||
std::string m_device_name;
|
||||
|
||||
std::unique_ptr<Common::AES::Context> m_aes_ctx{};
|
||||
u8 m_aes_key[0x10] = {};
|
||||
u8 m_aes_iv[0x10] = {};
|
||||
|
||||
ES::TMDReader m_tmd;
|
||||
|
Reference in New Issue
Block a user