Fixed kernel config in Gamepad Support.

This commit is contained in:
Zeckmathederg 2024-07-04 03:52:36 -06:00
parent f96e6a88ad
commit b351e85bf1
3 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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" }

View File

@ -18,7 +18,7 @@
[*] H<emphasis role='blue'>I</emphasis>D bus support ---&gt; [HID_SUPPORT]
&lt;*/M&gt; H<emphasis role='blue'>I</emphasis>D bus core support [HID]
<emphasis role='blue'>S</emphasis>pecial HID drivers ---&gt;
# For Nintendo gamepad support:
# For Nintendo Switch gamepad support:
&lt;*&gt; 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:
&lt;*&gt; <emphasis role='blue'>S</emphasis>team Controller/Deck support [HID_STEAM]
# For Nintendo Wii and Wii U controller support:
&lt; /*/M&gt; N<emphasis role='blue'>i</emphasis>ntendo Wii / Wii U peripherals [HID_WIIMOTE]
[*] <emphasis role='blue'>U</emphasis>SB support ---&gt; [USB_SUPPORT]</screen>