aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-09-21 04:08:03 +0200
committerStapleButter <thetotalworm@gmail.com>2017-09-21 04:08:03 +0200
commit48cf9eb80552798f22986c60d9c66c5b74e46aab (patch)
tree6a632d6618663e4984902966aeb1aafaa7bb9f39 /src/NDS.cpp
parent495d0ba12d140fc205fbfbe491b6ddd8d6dbe891 (diff)
make it a menu option while we're at it
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();
}