diff options
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r-- | src/CP15.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp index e8d8c1a..af23da3 100644 --- a/src/CP15.cpp +++ b/src/CP15.cpp @@ -25,6 +25,8 @@ #include "ARMJIT_Memory.h" #include "ARMJIT.h" +namespace melonDS +{ using Platform::Log; using Platform::LogLevel; @@ -1031,3 +1033,4 @@ void ARMv5::GetCodeMemRegion(u32 addr, NDS::MemRegion* region) GetMemRegion(addr, false, &CodeMem); } +} |