mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
USB: Top Shot Elite device emulation
This commit is contained in:
parent
a1a38b7b39
commit
088b594fa8
15 changed files with 587 additions and 19 deletions
|
@ -2778,6 +2778,12 @@ void main_window::CreateConnects()
|
|||
dlg->show();
|
||||
});
|
||||
|
||||
connect(ui->confTopShotEliteAct, &QAction::triggered, this, [this]
|
||||
{
|
||||
emulated_pad_settings_dialog* dlg = new emulated_pad_settings_dialog(emulated_pad_settings_dialog::pad_type::topshotelite, this);
|
||||
dlg->show();
|
||||
});
|
||||
|
||||
connect(ui->actionBasic_Mouse, &QAction::triggered, this, [this]
|
||||
{
|
||||
basic_mouse_settings_dialog* dlg = new basic_mouse_settings_dialog(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue