aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Savestate.cpp')
-rw-r--r--src/Savestate.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Savestate.cpp b/src/Savestate.cpp
index 77c2e62..6d6a9a4 100644
--- a/src/Savestate.cpp
+++ b/src/Savestate.cpp
@@ -22,6 +22,8 @@
#include "Savestate.h"
#include "Platform.h"
+namespace melonDS
+{
using Platform::Log;
using Platform::LogLevel;
@@ -379,3 +381,5 @@ u32 Savestate::FindSection(const char* magic) const
Log(LogLevel::Error, "savestate: section %s not found. blarg\n", magic);
return NO_SECTION;
}
+
+} \ No newline at end of file