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

@ -1530,7 +1530,7 @@ void main_window::CreateConnects()
auto open_pad_settings = [this]
{
pad_settings_dialog dlg(this);
pad_settings_dialog dlg(m_gui_settings, this);
dlg.exec();
};