diff options
Diffstat (limited to 'src/SPU.cpp')
-rw-r--r-- | src/SPU.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SPU.cpp b/src/SPU.cpp index 89b7fb3..a5570d6 100644 --- a/src/SPU.cpp +++ b/src/SPU.cpp @@ -24,6 +24,8 @@ #include "DSi.h" #include "SPU.h" +namespace melonDS +{ using Platform::Log; using Platform::LogLevel; @@ -1208,3 +1210,5 @@ void SPU::Write32(u32 addr, u32 val) } } } + +}
\ No newline at end of file |