diff options
Diffstat (limited to 'src/DSi_DSP.cpp')
-rw-r--r-- | src/DSi_DSP.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DSi_DSP.cpp b/src/DSi_DSP.cpp index 82a52ae..61d2b16 100644 --- a/src/DSi_DSP.cpp +++ b/src/DSi_DSP.cpp @@ -24,6 +24,8 @@ #include "NDS.h" #include "Platform.h" +namespace melonDS +{ using Platform::Log; using Platform::LogLevel; @@ -593,3 +595,5 @@ void DSi_DSP::DoSavestate(Savestate* file) // TODO: save the Teakra state!!! } + +}
\ No newline at end of file |