mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Qt: add Refresh button to gamepad settings, minor cleanup
This commit is contained in:
parent
4b11a62b4d
commit
2db2114a45
6 changed files with 43 additions and 34 deletions
|
@ -20,7 +20,7 @@ keyboard_pad_handler::keyboard_pad_handler() : QObject()
|
|||
|
||||
void keyboard_pad_handler::ConfigController(std::string device)
|
||||
{
|
||||
pad_settings_dialog dlg(this);
|
||||
pad_settings_dialog dlg;
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue