mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-27 11:00:50 +00:00
UI: Fixed display bug when using power off while game is paused
This commit is contained in:
parent
735c3e583b
commit
5cd5c292b6
@ -450,6 +450,8 @@ void Console::Run()
|
||||
|
||||
VideoDecoder::GetInstance()->StopThread();
|
||||
|
||||
EmulationSettings::ClearFlags(EmulationFlags::Paused);
|
||||
|
||||
_initialized = false;
|
||||
_romFilepath = "";
|
||||
_mapper.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user