UI: Reset touch controls after config load.

This is potentially earlier than full init, better to move the controls as
soon as possible.
This commit is contained in:
Unknown W. Brackets 2017-12-09 14:11:39 -08:00
parent cf6ccfca99
commit c097910439
6 changed files with 20 additions and 1 deletions

View file

@ -248,6 +248,7 @@ bool Load_PSP_ISO(FileLoader *fileLoader, std::string *error_string) {
//in case we didn't go through EmuScreen::boot
g_Config.loadGameConfig(id);
host->SendUIMessage("config_loaded", "");
INFO_LOG(LOADER,"Loading %s...", bootpath.c_str());
return __KernelLoadExec(bootpath.c_str(), 0, error_string);
}