mirror of
https://github.com/libretro/Mesen-S.git
synced 2024-12-04 07:00:53 +00:00
GB: Fixed power off displaying the last GB frame when LCD blending is turned on
This commit is contained in:
parent
cece3a3a14
commit
3ac5aeaf4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user