mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
a9968e9e86
For each player, 2 new options are added: - a reservation type (no reservation, preferred, reserved) - a reserved device name When handling port - player assignments, reserved devices will be assigned to the respective player port. If reservation type is "reserved", no other device can take that port automatically. Reservation config option and matching function lifted from: PatrickStankard https://github.com/libretro/RetroArch/pull/16269 Test joypad driver was extended for more tests. Co-authored-by: Patrick Stankard <me@patrickstankard.com>
28 lines
599 B
INI
28 lines
599 B
INI
input_driver = "test"
|
|
input_device = "Test joypad device B"
|
|
input_b_btn = "0"
|
|
input_y_btn = "1"
|
|
input_select_btn = "2"
|
|
input_start_btn = "3"
|
|
input_up_btn = "4"
|
|
input_down_btn = "5"
|
|
input_left_btn = "6"
|
|
input_right_btn = "7"
|
|
input_a_btn = "8"
|
|
input_x_btn = "9"
|
|
input_l_btn = "10"
|
|
input_r_btn = "11"
|
|
input_l2_btn = "12"
|
|
input_r2_btn = "13"
|
|
input_l3_btn = "14"
|
|
input_r3_btn = "15"
|
|
input_l_x_plus_axis = "+0"
|
|
input_l_x_minus_axis = "-0"
|
|
input_l_y_plus_axis = "+1"
|
|
input_l_y_minus_axis = "-1"
|
|
input_r_x_plus_axis = "+2"
|
|
input_r_x_minus_axis = "-2"
|
|
input_r_y_plus_axis = "+3"
|
|
input_r_y_minus_axis = "-3"
|
|
|