mirror of https://github.com/PCSX2/pcsx2.git
Config: Prevent pad settings lingering in game properties blocking profiles
This commit is contained in:
parent
2886f825aa
commit
0792ceb21a
|
@ -938,10 +938,7 @@ bool VMManager::UpdateGameSettingsLayer()
|
|||
|
||||
std::string input_profile_name;
|
||||
if (new_interface)
|
||||
{
|
||||
if (!new_interface->GetBoolValue("Pad", "UseGameSettingsForController", false))
|
||||
new_interface->GetStringValue("EmuCore", "InputProfileName", &input_profile_name);
|
||||
}
|
||||
new_interface->GetStringValue("EmuCore", "InputProfileName", &input_profile_name);
|
||||
|
||||
if (!s_game_settings_interface && !new_interface && s_input_profile_name == input_profile_name)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue