Switch to UISTATE_INGAME before BootDone.

Fixes game not running by default from Recent list.
This commit is contained in:
Unknown W. Brackets 2013-03-31 19:25:30 -07:00
parent c8fb03327e
commit dffb4383c9

View file

@ -78,7 +78,8 @@ EmuScreen::EmuScreen(const std::string &filename) : invalid_(true) {
ERROR_LOG(BOOT, "%s", errorMessage_.c_str());
return;
}
globalUIState = UISTATE_INGAME;
host->BootDone();
host->UpdateDisassembly();