mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 05:52:14 +08:00
Fixed kernel config in Gamepad Support.
This commit is contained in:
parent
f96e6a88ad
commit
b351e85bf1
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>July 4th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Fixed kernel config in Gamepad Support.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Fixed typo in SDL2.</para>
|
||||
</listitem>
|
||||
|
@ -7,9 +7,9 @@ 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" }
|
||||
HID_NINTENDO = { value = "*", comment = "For Nintendo Switch gamepad support" }
|
||||
NINTENDO_FF=" *"
|
||||
HID_WIIMOTE=" *M"
|
||||
HID_WIIMOTE = { value = " *M", comment = "For Nintendo Wii and Wii U controller support" }
|
||||
HID_SONY = { value = "*M", comment = "For Playstation gamepad support" }
|
||||
SONY_FF=" *"
|
||||
HID_STEAM = { value = "*", comment = "For Steam controllers" }
|
||||
|
@ -18,7 +18,7 @@
|
||||
[*] H<emphasis role='blue'>I</emphasis>D bus support ---> [HID_SUPPORT]
|
||||
<*/M> H<emphasis role='blue'>I</emphasis>D bus core support [HID]
|
||||
<emphasis role='blue'>S</emphasis>pecial HID drivers --->
|
||||
# For Nintendo gamepad support:
|
||||
# For Nintendo Switch gamepad support:
|
||||
<*> N<emphasis role='blue'>i</emphasis>ntendo Joy-Con, NSO, and Pro Controller support [HID_NINTENDO]
|
||||
[ /*] N<emphasis role='blue'>i</emphasis>ntendo Switch controller force feedback support
|
||||
... [NINTENDO_FF]
|
||||
@ -27,5 +27,6 @@
|
||||
[ /*] <emphasis role='blue'>S</emphasis>ony PS2/3/4 accessories force feedback support [SONY_FF]
|
||||
# For Steam controllers:
|
||||
<*> <emphasis role='blue'>S</emphasis>team Controller/Deck support [HID_STEAM]
|
||||
# For Nintendo Wii and Wii U controller support:
|
||||
< /*/M> N<emphasis role='blue'>i</emphasis>ntendo Wii / Wii U peripherals [HID_WIIMOTE]
|
||||
[*] <emphasis role='blue'>U</emphasis>SB support ---> [USB_SUPPORT]</screen>
|
||||
|
Loading…
Reference in New Issue
Block a user