mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 11:40:32 +00:00
05844c649f
Some checks failed
CI Windows (MSVC) / msvc (Debug, x64, 2019) (push) Waiting to run
CI Windows (MSVC) / msvc (Debug, x64, 2022) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, 2019) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, 2022) (push) Waiting to run
CI Windows (MSVC) / msvc (Release, x64, UWP) (push) Waiting to run
CI Windows (MSVC) / msvc (ReleaseAngle, x64, UWP) (push) Waiting to run
CI macOS / build (push) Waiting to run
CI 3DS / build (push) Failing after 0s
CI Android / build (push) Failing after 0s
CI DOS/DJGPP / build (push) Failing after 0s
CI Emscripten / build (push) Failing after 0s
CI GameCube / build (push) Failing after 0s
CI Linux (i686) / build (push) Failing after 0s
CI Miyoo ARM32 / build (push) Failing after 0s
CI PS2 / build (push) Failing after 0s
CI PS4/ORBIS / build (push) Failing after 0s
CI PSP / build (push) Failing after 0s
CI PSVita / build (push) Failing after 0s
CI RS90 Odbeta MIPS32 / build (push) Failing after 0s
CI RetroFW MIPS32 / build (push) Failing after 0s
CI Switch/libnx / build (push) Failing after 0s
CI Wii / build (push) Failing after 0s
CI WiiU / build (push) Failing after 0s
CI Windows i686 (MXE) / build (push) Failing after 0s
CI Windows x64 (MXE) / build (push) Failing after 0s
RetroArch CI / linux-c89 (push) Failing after 0s
CI webOS / build (push) Failing after 0s
Crowdin Daily Workflow / sync (push) Failing after 0s
If there are several variants of a controller, but their button layout is exactly the same, allow alternative identifiers, e.g.: input_device_alt1 input_vendor_id_alt3 input_product_id_alt9
35 lines
834 B
INI
35 lines
834 B
INI
input_driver = "test"
|
|
input_device = "Test joypad device D"
|
|
input_vendor_id = 1
|
|
input_product_id = 2
|
|
input_device_alt1 = "Test joypad device E"
|
|
input_device_alt8 = "Test joypad device F"
|
|
input_vendor_id_alt8 = 21
|
|
input_product_id_alt8 = 22
|
|
input_device_display_name = "Test joypad device D/E/F"
|
|
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"
|
|
|