mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
lots of things. attempting to make wifi init work. not there yet.
This commit is contained in:
@ -40,7 +40,7 @@ public:
|
||||
static void FinishReceive(u32 param);
|
||||
void SendResponse(u32 val, bool last);
|
||||
void SendData(u8* data, u32 len);
|
||||
void ReceiveData(u8* data, u32 len);
|
||||
bool ReceiveData(u8* data, u32 len);
|
||||
|
||||
u16 Read(u32 addr);
|
||||
void Write(u32 addr, u16 val);
|
||||
|
Reference in New Issue
Block a user