CommonHostInterface: Move input map update to frontend

Fixes controller state getting reset when loading input profile.
This commit is contained in:
Connor McLaughlin
2021-01-09 14:54:52 +10:00
parent ad0d16e243
commit 4fafb34251
3 changed files with 12 additions and 7 deletions

View File

@ -822,6 +822,7 @@ bool AndroidHostInterface::ApplyInputProfile(const char* profile_name)
Assert(!IsEmulationThreadRunning() || IsEmulationThreadPaused());
CommonHostInterface::ApplyInputProfile(path.c_str(), m_settings_interface);
ApplySettings(false);
return true;
}