mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
wifi: take this shit further. complete wifi init
This commit is contained in:
@ -225,6 +225,7 @@ void SetupDirectBoot()
|
||||
u8 GetConsoleType() { return Firmware[0x1D]; }
|
||||
u8 GetWifiVersion() { return Firmware[0x2F]; }
|
||||
u8 GetRFVersion() { return Firmware[0x40]; }
|
||||
u8* GetWifiMAC() { return &Firmware[0x36]; }
|
||||
|
||||
u8 Read()
|
||||
{
|
||||
|
Reference in New Issue
Block a user