diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-09-21 04:08:03 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-09-21 04:08:03 +0200 |
commit | 48cf9eb80552798f22986c60d9c66c5b74e46aab (patch) | |
tree | 6a632d6618663e4984902966aeb1aafaa7bb9f39 /src/NDS.cpp | |
parent | 495d0ba12d140fc205fbfbe491b6ddd8d6dbe891 (diff) |
make it a menu option while we're at it
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r-- | src/NDS.cpp | 1 |
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(); } |