mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
start differenciating between direct and indirect LAN modes.
indirect mode will use regular sockets and not pcap.
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
namespace Wifi
|
||||
{
|
||||
|
||||
#define WIFI_LOG printf
|
||||
//#define WIFI_LOG(...) {}
|
||||
//#define WIFI_LOG printf
|
||||
#define WIFI_LOG(...) {}
|
||||
|
||||
u8 RAM[0x2000];
|
||||
u16 IO[0x1000>>1];
|
||||
|
Reference in New Issue
Block a user