USB: Add GunCon 3 config window

This commit is contained in:
Florin9doi 2024-05-15 23:56:03 +03:00 committed by Megamouse
parent ecedbc38ec
commit db89c1d8b8
9 changed files with 152 additions and 70 deletions

View file

@ -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);