make it a menu option while we're at it

This commit is contained in:
StapleButter
2017-09-21 04:08:03 +02:00
parent 495d0ba12d
commit 48cf9eb805
4 changed files with 20 additions and 0 deletions

View File

@ -347,6 +347,7 @@ void Stop()
{
printf("Stopping: shutdown\n");
Platform::StopEmu();
GPU::Stop();
SPU::Stop();
}