diff options
Diffstat (limited to 'src/DSi.cpp')
-rw-r--r-- | src/DSi.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DSi.cpp b/src/DSi.cpp index 5c4b542..351d5ed 100644 --- a/src/DSi.cpp +++ b/src/DSi.cpp @@ -41,6 +41,8 @@ #include "tiny-AES-c/aes.hpp" +namespace melonDS +{ using namespace Platform; namespace DSi @@ -3143,3 +3145,5 @@ void ARM7IOWrite32(u32 addr, u32 val) } } + +}
\ No newline at end of file |