mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 04:54:44 +08:00
16 lines
510 B
TOML
16 lines
510 B
TOML
USB_SUPPORT="*"
|
|
HID_SUPPORT="*"
|
|
HID="*M"
|
|
INPUT="*"
|
|
INPUT_JOYSTICK="*"
|
|
JOYSTICK_GAMECON = { value = "*", comment = "For older gamepads" }
|
|
JOYSTICK_XPAD = { value = "*", comment = "For Xbox gamepad support" }
|
|
JOYSTICK_XPAD_FF=" *"
|
|
JOYSTICK_XPAD_LEDS=" *"
|
|
HID_NINTENDO = { value = "*", comment = "For Nintendo gamepad support" }
|
|
NINTENDO_FF=" *"
|
|
HID_WIIMOTE=" *M"
|
|
HID_SONY = { value = "*M", comment = "For Playstation gamepad support" }
|
|
SONY_FF=" *"
|
|
HID_STEAM = { value = "*", comment = "For Steam controllers" }
|