mirror of
https://github.com/libretro/melonDS.git
synced 2024-11-27 01:50:52 +00:00
Fix network platform functions for libnx
This commit is contained in:
parent
72014584ee
commit
b26c9c9fe5
@ -24,6 +24,10 @@
|
||||
#include "libui_sdl/LAN_Socket.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBNX
|
||||
#include <switch/services/bsd.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_WIFI
|
||||
#define SO_REUSEADDR 0
|
||||
#define SO_BROADCAST 0
|
||||
|
Loading…
Reference in New Issue
Block a user