UI: Fixed display bug when using power off while game is paused
This commit is contained in:
parent
735c3e583b
commit
5cd5c292b6
1 changed files with 2 additions and 0 deletions
|
@ -450,6 +450,8 @@ void Console::Run()
|
|||
|
||||
VideoDecoder::GetInstance()->StopThread();
|
||||
|
||||
EmulationSettings::ClearFlags(EmulationFlags::Paused);
|
||||
|
||||
_initialized = false;
|
||||
_romFilepath = "";
|
||||
_mapper.reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue