UI: Fixed display bug when using power off while game is paused

This commit is contained in:
Souryo 2017-05-30 07:36:55 -04:00
parent 735c3e583b
commit 5cd5c292b6

View File

@ -450,6 +450,8 @@ void Console::Run()
VideoDecoder::GetInstance()->StopThread();
EmulationSettings::ClearFlags(EmulationFlags::Paused);
_initialized = false;
_romFilepath = "";
_mapper.reset();