diff --git a/Core/Console.cpp b/Core/Console.cpp index e31e363..d5565ab 100644 --- a/Core/Console.cpp +++ b/Core/Console.cpp @@ -295,6 +295,7 @@ void Console::Stop(bool sendNotification) _notificationManager->SendNotification(ConsoleNotificationType::BeforeEmulationStop); } + _consoleType = ConsoleType::Snes; _settings->ClearFlag(EmulationFlags::GameboyMode); //Make sure we release both pointers to destroy the debugger before everything else