Qt/input: add checkbox for emulated stick values

This commit is contained in:
Megamouse 2020-07-13 18:30:59 +02:00
parent 2f2a03b37b
commit ad0f12c742
6 changed files with 98 additions and 31 deletions

View file

@ -1007,7 +1007,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
});
connect(pad_configure, &QAction::triggered, [=, this]()
{
pad_settings_dialog dlg(this, &current_game);
pad_settings_dialog dlg(m_gui_settings, this, &current_game);
if (dlg.exec() == QDialog::Accepted && !gameinfo->hasCustomPadConfig)
{