ps_move_handler: enable orientation by default

This commit is contained in:
Megamouse 2025-12-11 21:42:21 +01:00
parent ee9dc44059
commit 26b0f822d8

View File

@ -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();
}