aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_NAND.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi_NAND.cpp')
-rw-r--r--src/DSi_NAND.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSi_NAND.cpp b/src/DSi_NAND.cpp
index 3db5621..59f582f 100644
--- a/src/DSi_NAND.cpp
+++ b/src/DSi_NAND.cpp
@@ -30,9 +30,9 @@
#include "fatfs/ff.h"
-using namespace Platform;
+using namespace melonDS::Platform;
-namespace DSi_NAND
+namespace melonDS::DSi_NAND
{
NANDImage::NANDImage(Platform::FileHandle* nandfile, const DSiKey& es_keyY) noexcept : NANDImage(nandfile, es_keyY.data())