fix bugs with SPI shutdown

This commit is contained in:
StapleButter
2017-10-01 03:19:39 +02:00
parent 9ad89d8cb5
commit 1975efaeea
3 changed files with 7 additions and 5 deletions

View File

@ -346,6 +346,7 @@ void Reset()
void Stop()
{
printf("Stopping: shutdown\n");
Running = false;
Platform::StopEmu();
GPU::Stop();
SPU::Stop();