SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
emulators/desmume/patches/patch-src_wifi_cpp
Normal file
15
emulators/desmume/patches/patch-src_wifi_cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: src/wifi.cpp
|
||||
--- src/wifi.cpp.orig
|
||||
+++ src/wifi.cpp
|
||||
@@ -314,9 +314,9 @@ WifiComInterface* wifiCom;
|
||||
|
||||
#if (WIFI_LOGGING_LEVEL >= 1)
|
||||
#if WIFI_LOG_USE_LOGC
|
||||
- #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) LOGC(8, "WIFI: "__VA_ARGS__);
|
||||
+ #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) LOGC(8, "WIFI: " __VA_ARGS__);
|
||||
#else
|
||||
- #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) printf("WIFI: "__VA_ARGS__);
|
||||
+ #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) printf("WIFI: " __VA_ARGS__);
|
||||
#endif
|
||||
#else
|
||||
#define WIFI_LOG(level, ...) {}
|
Loading…
Add table
Add a link
Reference in a new issue