mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
fix bugs with SPI shutdown
This commit is contained in:
@ -346,6 +346,7 @@ void Reset()
|
||||
void Stop()
|
||||
{
|
||||
printf("Stopping: shutdown\n");
|
||||
Running = false;
|
||||
Platform::StopEmu();
|
||||
GPU::Stop();
|
||||
SPU::Stop();
|
||||
|
Reference in New Issue
Block a user