diff options
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 3ebaf44..cd762d7 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -346,6 +346,7 @@ void Reset() void Stop() { printf("Stopping: shutdown\n"); + Running = false; Platform::StopEmu(); GPU::Stop(); SPU::Stop(); |