mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 22:18:53 +00:00
ps_move_handler: enable orientation by default
This commit is contained in:
parent
ee9dc44059
commit
26b0f822d8
1 changed files with 3 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ void ps_move_handler::init_config(cfg_pad* cfg)
|
|||
cfg->ltriggerthreshold.def = 0; // between 0 and 255
|
||||
cfg->rtriggerthreshold.def = 0; // between 0 and 255
|
||||
|
||||
// We have to enable orientation by default
|
||||
cfg->orientation_enabled.def = true;
|
||||
|
||||
// apply defaults
|
||||
cfg->from_default();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue