aboutsummaryrefslogtreecommitdiff
path: root/src/FreeBIOS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FreeBIOS.cpp')
-rw-r--r--src/FreeBIOS.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FreeBIOS.cpp b/src/FreeBIOS.cpp
index 972f4b8..7eef18b 100644
--- a/src/FreeBIOS.cpp
+++ b/src/FreeBIOS.cpp
@@ -26,6 +26,8 @@
#include "FreeBIOS.h"
+namespace melonDS
+{
unsigned char bios_arm7_bin[] = {
0x1c, 0x04, 0x00, 0xea, 0x1c, 0x04, 0x00, 0xea, 0x1c, 0x04, 0x00, 0xea,
0x1a, 0x04, 0x00, 0xea, 0x19, 0x04, 0x00, 0xea, 0x18, 0x04, 0x00, 0xea,
@@ -1738,4 +1740,5 @@ unsigned char bios_arm9_bin[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
-}; \ No newline at end of file
+};
+} \ No newline at end of file