mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 00:59:56 -06:00
wifi improvements:
* implement channels * rework power-down support, fixing bugs * fix bug when W_BeaconInterval is zero * fix potential missing IRQs when writing to W_IE
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
|
||||
static const char* APName;
|
||||
static const u8 APMac[6];
|
||||
static const u8 APChannel;
|
||||
|
||||
void MSTimer();
|
||||
|
||||
|
Reference in New Issue
Block a user