libretro: Fix DualShock analog mode auto-enable

This commit is contained in:
Connor McLaughlin
2020-07-05 00:05:14 +10:00
parent c76bb5eb6a
commit b0b3901722
4 changed files with 14 additions and 2 deletions

View File

@ -478,6 +478,7 @@ void HostInterface::CheckForSettingsChanges(const Settings& old_settings)
if (m_system && !controllers_updated)
{
m_system->UpdateControllers();
m_system->ResetControllers();
UpdateSoftwareCursor();
controllers_updated = true;
}