From bc2cf0e2153abcfdefc1068c0e61b9558edbe507 Mon Sep 17 00:00:00 2001 From: "Steven M. Vascellaro" Date: Sat, 14 Apr 2018 18:16:33 -0400 Subject: [PATCH] Update list of joypad drivers --- retroarch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.cfg b/retroarch.cfg index 46ea238b04..36aae23fd0 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -85,7 +85,7 @@ # Input driver. Depending on video driver, it might force a different input driver. # input_driver = sdl -# Joypad driver. (Valid: linuxraw, sdl, dinput) +# Joypad driver. ("udev", "linuxraw", "paraport", "sdl2", "hid", "dinput") # input_joypad_driver = # Video driver to use. "gl", "xvideo", "sdl", "d3d"