mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
USB: Top Shot Fearmaster device emulation
This commit is contained in:
parent
088b594fa8
commit
33d2b27b91
15 changed files with 593 additions and 5 deletions
|
@ -2784,6 +2784,12 @@ void main_window::CreateConnects()
|
|||
dlg->show();
|
||||
});
|
||||
|
||||
connect(ui->confTopShotFearmasterAct, &QAction::triggered, this, [this]
|
||||
{
|
||||
emulated_pad_settings_dialog* dlg = new emulated_pad_settings_dialog(emulated_pad_settings_dialog::pad_type::topshotfearmaster, 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