mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
WIA: Decrypt Wii data when writing
This commit is contained in:
parent
115edea34e
commit
3b8c44fd0e
4 changed files with 350 additions and 63 deletions
|
@ -104,6 +104,8 @@ public:
|
|||
const std::function<void(HashBlock hash_blocks[BLOCKS_PER_GROUP])>&
|
||||
hash_exception_callback = {});
|
||||
|
||||
static void DecryptBlockData(const u8* in, u8* out, mbedtls_aes_context* aes_context);
|
||||
|
||||
protected:
|
||||
u32 GetOffsetShift() const override { return 2; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue