mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
input: fix pressure sensitivity button
This commit is contained in:
parent
430fd759fe
commit
2b18813115
14 changed files with 78 additions and 57 deletions
|
|
@ -65,7 +65,7 @@ void keyboard_pad_handler::init_config(pad_config* cfg, const std::string& name)
|
|||
cfg->l2.def = GetKeyName(Qt::Key_R);
|
||||
cfg->l3.def = GetKeyName(Qt::Key_F);
|
||||
|
||||
cfg->pressure_intensity_button.def = "";
|
||||
cfg->pressure_intensity_button.def = GetKeyName(Qt::NoButton);
|
||||
|
||||
// apply defaults
|
||||
cfg->from_default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue