add config options for select gamepad to emulate

This commit is contained in:
loki
2021-07-18 15:46:46 +02:00
parent 4b043e31fe
commit d283900e43
3 changed files with 19 additions and 2 deletions
+6
View File
@@ -106,6 +106,12 @@
# back_button_timeout = 2000
# !! Windows only !!
# Gamepads supported by Sunshine
# Possible values:
# x360 -- xbox 360 controller
# ds4 -- dualshock controller (PS4)
# gamepad = x360
# Control how fast keys will repeat themselves
# The initial delay in milliseconds before repeating keys
# key_repeat_delay = 500