mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
Qt: reset config when null pad handler is selected
This commit is contained in:
parent
b955469721
commit
460fb66949
1 changed files with 1 additions and 0 deletions
|
@ -1176,6 +1176,7 @@ void pad_settings_dialog::ChangeHandler()
|
||||||
switch (m_handler->m_type)
|
switch (m_handler->m_type)
|
||||||
{
|
{
|
||||||
case pad_handler::null:
|
case pad_handler::null:
|
||||||
|
GetPlayerConfig().from_default();
|
||||||
if (is_ldd_pad)
|
if (is_ldd_pad)
|
||||||
m_description = tooltips.gamepad_settings.ldd_pad;
|
m_description = tooltips.gamepad_settings.ldd_pad;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue