From 3ac5aeaf4abd8a497f0b674b6e84470c4670ae36 Mon Sep 17 00:00:00 2001 From: Sour Date: Tue, 30 Jun 2020 16:50:58 -0400 Subject: [PATCH] GB: Fixed power off displaying the last GB frame when LCD blending is turned on --- Core/Console.cpp | 1 + 1 file changed, 1 insertion(+) 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