From 571d1c403f516f62bd4ae2ea3fba52266c7e9dc3 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Sun, 2 Oct 2022 23:29:24 +0200 Subject: properly stop any started cameras upon reset/shutdown --- src/NDS.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/NDS.cpp') diff --git a/src/NDS.cpp b/src/NDS.cpp index 4118836..966b252 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -693,6 +693,9 @@ void Stop() Platform::StopEmu(); GPU::Stop(); SPU::Stop(); + + if (ConsoleType == 1) + DSi::Stop(); } bool DoSavestate_Scheduler(Savestate* file) -- cgit v1.2.3