mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
evdev: change default axis for gyro
This commit is contained in:
parent
b0b42071f2
commit
035d410a89
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void evdev_joystick_handler::init_config(cfg_pad* cfg)
|
|||
cfg->motion_sensor_x.axis.def = ::at32(motion_axis_list, ABS_X);
|
||||
cfg->motion_sensor_y.axis.def = ::at32(motion_axis_list, ABS_Y);
|
||||
cfg->motion_sensor_z.axis.def = ::at32(motion_axis_list, ABS_Z);
|
||||
cfg->motion_sensor_g.axis.def = ::at32(motion_axis_list, ABS_RX);
|
||||
cfg->motion_sensor_g.axis.def = ::at32(motion_axis_list, ABS_RY); // DS3 uses the yaw axis for gyros
|
||||
|
||||
cfg->pressure_intensity_button.def = ::at32(button_list, NO_BUTTON);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue