aboutsummaryrefslogtreecommitdiff
path: root/src/ROMList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ROMList.cpp')
-rw-r--r--src/ROMList.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ROMList.cpp b/src/ROMList.cpp
index 564f4a4..3ff771f 100644
--- a/src/ROMList.cpp
+++ b/src/ROMList.cpp
@@ -18,6 +18,8 @@
#include "ROMList.h"
+namespace melonDS
+{
const ROMListEntry ROMList[] =
{
{0x41464141, 0x00800000, 0x00000004},
@@ -6801,3 +6803,5 @@ const ROMListEntry ROMList[] =
};
const size_t ROMListEntryCount = sizeof(ROMList) / sizeof(ROMListEntry);
+
+} \ No newline at end of file