mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
ps_move_handler: enable orientation by default
This commit is contained in:
parent
ee9dc44059
commit
26b0f822d8
@ -176,6 +176,9 @@ void ps_move_handler::init_config(cfg_pad* cfg)
|
|||||||
cfg->ltriggerthreshold.def = 0; // between 0 and 255
|
cfg->ltriggerthreshold.def = 0; // between 0 and 255
|
||||||
cfg->rtriggerthreshold.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
|
// apply defaults
|
||||||
cfg->from_default();
|
cfg->from_default();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user