mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
USB: Add GunCon 3 config window
This commit is contained in:
parent
ecedbc38ec
commit
db89c1d8b8
9 changed files with 152 additions and 70 deletions
|
@ -2751,6 +2751,12 @@ void main_window::CreateConnects()
|
|||
dlg->show();
|
||||
});
|
||||
|
||||
connect(ui->confGunCon3Act, &QAction::triggered, this, [this]
|
||||
{
|
||||
emulated_pad_settings_dialog* dlg = new emulated_pad_settings_dialog(emulated_pad_settings_dialog::pad_type::guncon3, this);
|
||||
dlg->show();
|
||||
});
|
||||
|
||||
connect(ui->confCamerasAct, &QAction::triggered, this, [this]()
|
||||
{
|
||||
camera_settings_dialog dlg(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue