sync ports with The Matrix
This commit is contained in:
parent
670c79115d
commit
124c78849b
806 changed files with 1276 additions and 1290 deletions
13
emulators/desmume/patches/patch-desmume_src_wifi_cpp
Normal file
13
emulators/desmume/patches/patch-desmume_src_wifi_cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
Missing includes for INADDR_ANY
|
||||
|
||||
Index: desmume/src/wifi.cpp
|
||||
--- desmume/src/wifi.cpp.orig
|
||||
+++ desmume/src/wifi.cpp
|
||||
@@ -44,6 +44,7 @@
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#define socket_t int
|
||||
#define sockaddr_t struct sockaddr
|
||||
#define closesocket close
|
Loading…
Add table
Add a link
Reference in a new issue