properly stop any started cameras upon reset/shutdown

This commit is contained in:
Arisotura
2022-10-02 23:29:24 +02:00
parent 62879c4484
commit 571d1c403f
5 changed files with 24 additions and 0 deletions

View File

@ -693,6 +693,9 @@ void Stop()
Platform::StopEmu();
GPU::Stop();
SPU::Stop();
if (ConsoleType == 1)
DSi::Stop();
}
bool DoSavestate_Scheduler(Savestate* file)