GB: Fixed power off displaying the last GB frame when LCD blending is turned on

This commit is contained in:
Sour 2020-06-30 16:50:58 -04:00
parent cece3a3a14
commit 3ac5aeaf4a

View File

@ -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