mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
7db9a2de60
A new input driver (test_input), similar to test joypad driver. Takes its inputs from a json file provided in options. Supports keyboard input and sensor input (accelerometer, gyroscope, illuminance). Remote Retropad extended with a sensor test screen.
13 lines
519 B
INI
13 lines
519 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_gyroscope.cfg\|tests_other/all_binds_empty.cfg -L netretropad
|
|
|
|
input_driver = "test"
|
|
input_sensors_enable = "true"
|
|
test_input_file_general = "tests-other/test_input_gyroscope_tilt.ratst"
|
|
frontend_log_level = "0"
|
|
libretro_log_level = "0"
|
|
log_verbosity = "true"
|
|
config_save_on_exit = "false"
|