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:
parent
cf6ccfca99
commit
c097910439
6 changed files with 20 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue