diff --git a/Core/Console.cpp b/Core/Console.cpp index 06049935..de9f5b11 100644 --- a/Core/Console.cpp +++ b/Core/Console.cpp @@ -450,6 +450,8 @@ void Console::Run() VideoDecoder::GetInstance()->StopThread(); + EmulationSettings::ClearFlags(EmulationFlags::Paused); + _initialized = false; _romFilepath = ""; _mapper.reset();