WIKI: Fixes

This commit is contained in:
Lazorne 2024-01-06 13:50:13 +01:00
parent 93fbea7d8d
commit f4a84499e6
2 changed files with 32 additions and 2 deletions

View file

@ -124,7 +124,7 @@ Thus in this example: `Vendor ID` is `8087`:`Product ID` is `0025`.
You will need root privlages for this.
Type type the following command and replace `Vendor ID` and `Product ID` respectively.:
Open a terminal and type the following command and replace `Vendor ID` and `Product ID` respectively.:
`sudo echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="Vendor ID", ATTRS{idProduct}=="Product ID", TAG+="uaccess"' | sudo tee -a /etc/udev/rules.d/52-dolphin.rules > /dev/null`

View file

@ -11,6 +11,10 @@ Nintendo Controllers are controllers made by the company Nintendo. Motion Contro
#### Steam Input support
Yes
#### Linux Kernel Support
Yes, since 5.16 - `hid-nintendo`
## What is the Official - Switch Pro RetroDECK profile called?
- Switch Pro: `RetroDECK: Switch Pro`
@ -81,7 +85,17 @@ This hotkey work for RetroArch, MAME, FBNEO and other arcade systems.
<img src="../../wiki_images/controllers/joy-con.png" width="250">
WIP
#### Steam Input support
Yes
#### Linux Kernel Support
Yes, since 5.16 - `hid-nintendo`
## What is the Official - Switch Pro RetroDECK profile called?
- Switch Pro: `RetroDECK: Switch Joycons`
Note that this will be released at a later date and not part of 0.8b
## Wii U GamePad
@ -92,6 +106,22 @@ WIP
## GameCube Controller Adapter for Wii U
#### Steam Input support
No, counted as Generic
#### Linux Kernel Support
Acts as a normal usb hub
### How to connect?
In most cases you just need to connect it via USB and put the device in PC mode on the switch.
Sometimes the udev rule is missing and you will need to add it:
1. Open a terminal window
2. Type `sudo echo 'SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"' | sudo tee -a /etc/udev/rules.d/51-gcadapter.rules > /dev/null`
3. Type `sudo udevadm control --reload-rules`
<img src="../../wiki_images/controllers/wiiu-gcpad-adapter.png" width="250">
WIP