mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00: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
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue