aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 9b096b8..bee3a8d 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -347,6 +347,7 @@ void Stop()
{
printf("Stopping: shutdown\n");
Platform::StopEmu();
+ GPU::Stop();
SPU::Stop();
}