diff --git a/rpcs3/Input/ps_move_handler.cpp b/rpcs3/Input/ps_move_handler.cpp index cbb4613b6f..2b27202d47 100644 --- a/rpcs3/Input/ps_move_handler.cpp +++ b/rpcs3/Input/ps_move_handler.cpp @@ -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(); }