mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Qt/input: add checkbox for emulated stick values
This commit is contained in:
parent
2f2a03b37b
commit
ad0f12c742
6 changed files with 98 additions and 31 deletions
|
@ -1007,7 +1007,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
|
|||
});
|
||||
connect(pad_configure, &QAction::triggered, [=, this]()
|
||||
{
|
||||
pad_settings_dialog dlg(this, ¤t_game);
|
||||
pad_settings_dialog dlg(m_gui_settings, this, ¤t_game);
|
||||
|
||||
if (dlg.exec() == QDialog::Accepted && !gameinfo->hasCustomPadConfig)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue