mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
* AES-CCM decrypt
* fix a bunch of bugs
This commit is contained in:
@ -37,6 +37,7 @@ public:
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
static void FinishSend(u32 param);
|
||||
static void FinishReceive(u32 param);
|
||||
void SendResponse(u32 val, bool last);
|
||||
void SendData(u8* data, u32 len);
|
||||
void ReceiveData(u8* data, u32 len);
|
||||
|
Reference in New Issue
Block a user