aboutsummaryrefslogtreecommitdiff
path: root/src/GBACart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GBACart.cpp')
-rw-r--r--src/GBACart.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GBACart.cpp b/src/GBACart.cpp
index f20feea..a0c5467 100644
--- a/src/GBACart.cpp
+++ b/src/GBACart.cpp
@@ -24,6 +24,8 @@
#include "CRC32.h"
#include "Platform.h"
+namespace melonDS
+{
using Platform::Log;
using Platform::LogLevel;
@@ -897,3 +899,5 @@ void GBACartSlot::SRAMWrite(u32 addr, u8 val) noexcept
}
}
+
+} \ No newline at end of file