mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 17:50:56 +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
20 lines
859 B
INI
20 lines
859 B
INI
# Test configuration file to be used with --appendconfig.
|
|
# Sets up joypad driver, test input file for the joypad driver,
|
|
# logging and autoconfig dir, and prevents saving.
|
|
# Usage:
|
|
# retroarch --appendconfig tests-other/testinput_alternative_autoconfig.cfg\|tests-other/all_binds_empty.cfg
|
|
|
|
# Test scenario:
|
|
# - A device is connected with autoconfig profile
|
|
# - A second device is connected which matches autoconfig profile alt1
|
|
# - A third device is connected which matches autoconfig profile alt8 (only by vid/pid)
|
|
# - VALIDATE: check that Player 1..3 have "Test joypad D/E/F" configured
|
|
|
|
input_joypad_driver = "test"
|
|
test_input_file_joypad = "tests-other/test_input_joypad_alternative_autoconfig.ratst"
|
|
joypad_autoconfig_dir = "tests-other/autoconf"
|
|
frontend_log_level = "0"
|
|
libretro_log_level = "0"
|
|
log_verbosity = "true"
|
|
config_save_on_exit = "false"
|