diff options
Diffstat (limited to 'src/DSi_NWifi.cpp')
-rw-r--r-- | src/DSi_NWifi.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DSi_NWifi.cpp b/src/DSi_NWifi.cpp index 6e19421..66320ba 100644 --- a/src/DSi_NWifi.cpp +++ b/src/DSi_NWifi.cpp @@ -24,6 +24,9 @@ #include "WifiAP.h" #include "Platform.h" +namespace melonDS +{ + using Platform::Log; using Platform::LogLevel; @@ -1607,3 +1610,5 @@ void DSi_NWifi::MSTimer(u32 param) NDS::ScheduleEvent(NDS::Event_DSi_NWifi, true, 33611, 0, 0); } + +}
\ No newline at end of file |