Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11837 from brad0/aes_silence_warning
Silence AES warning
  • Loading branch information
AdmiralCurtiss committed May 23, 2023
2 parents 572e648 + 49afa23 commit df06ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/IOS/WFS/WFSI.h
Expand Up @@ -51,7 +51,6 @@ class WFSIDevice : public EmulationDevice
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;
Expand Down

0 comments on commit df06ae2

Please sign in to comment.