mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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