mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
WIKI: more wip controllers
This commit is contained in:
parent
b420fed747
commit
6bc79651e1
12
wiki-rtd/docs/wiki_controllers/about-udev.md
Normal file
12
wiki-rtd/docs/wiki_controllers/about-udev.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# About Udev rules
|
||||||
|
|
||||||
|
For these controllers to being recognized byt the system and so by RetroDECK is needed to set their own udev rule on SteamOS.
|
||||||
|
|
||||||
|
Udev rules are used to allow and manage the access to a specific third party usb device, so without a proper udev rule some devices such as the following ones could not be used by RetroDECK nor by the system.
|
||||||
|
|
||||||
|
Some notes on the udev rules:
|
||||||
|
- Setting an udev rule needs root access.
|
||||||
|
- The udev rule must be added when the emulator is not running, if it's running it must be restarted to acknowledge the change.
|
||||||
|
- The udev rules seems to be persistent even after a SteamOS update.
|
||||||
|
|
||||||
|
> **NOTE:** If running other Linux distributions the procedure might have some difference, please refer to a proper documentation or a web search.
|
|
@ -70,3 +70,9 @@ This hotkey work for RetroArch, MAME, FBNEO and other arcade systems.
|
||||||
| :--- | :---: | :---: | :---: |
|
| :--- | :---: | :---: | :---: |
|
||||||
| Insert Credit | `SELECT` | `RetroArch` `MAME` `FBNeo` | |
|
| Insert Credit | `SELECT` | `RetroArch` `MAME` `FBNeo` | |
|
||||||
|
|
||||||
|
## Official GameCube Controller Adapter for Wii U
|
||||||
|
|
||||||
|
<img src="../../wiki_images/controllers/wiiu-gcpad-adapter.jpg" width="350">
|
||||||
|
|
||||||
|
WIP
|
||||||
|
|
||||||
|
|
|
@ -3,21 +3,9 @@
|
||||||
Special Controllers is a broad category that encompasses the vast majority of third and first party controllers that don't fit anywhere else.
|
Special Controllers is a broad category that encompasses the vast majority of third and first party controllers that don't fit anywhere else.
|
||||||
They might have been made for a single game.
|
They might have been made for a single game.
|
||||||
|
|
||||||
# About udev rules
|
|
||||||
For these controllers to being recognized byt the system and so by RetroDECK is needed to set their own udev rule on SteamOS.
|
|
||||||
|
|
||||||
Udev rules are used to allow and manage the access to a specific third party usb device, so without a proper udev rule some devices such as the following ones could not be used by RetroDECK nor by the system.
|
|
||||||
|
|
||||||
Some notes on the udev rules:
|
|
||||||
- Setting an udev rule needs root access.
|
|
||||||
- The udev rule must be added when the emulator is not running, if it's running it must be restarted to acknowledge the change.
|
|
||||||
- The udev rules seems to be persistent even after a SteamOS update.
|
|
||||||
|
|
||||||
> **NOTE:** If running other Linux distributions the procedure might have some difference, please refer to a proper documentation or a web search.
|
|
||||||
|
|
||||||
## LEGO Dimensions - LEGO ToyPad
|
## LEGO Dimensions - LEGO ToyPad
|
||||||
|
|
||||||
<img src="../../wiki_images/devices/lego-toypad.jpg" width="350">
|
<img src="../../wiki_images/controllers/lego-toypad.jpg" width="350">
|
||||||
|
|
||||||
The LEGO Toypad is used for the game LEGO Dimensions for the following platforms:
|
The LEGO Toypad is used for the game LEGO Dimensions for the following platforms:
|
||||||
|
|
||||||
|
@ -42,16 +30,10 @@ sudo udevadm control --reload-rules
|
||||||
|
|
||||||
## Skylanders - Portal of Power
|
## Skylanders - Portal of Power
|
||||||
|
|
||||||
<img src="../../wiki_images/devices/skylanders-portal.jpg" width="350">
|
<img src="../../wiki_images/controllers/skylanders-portal.jpg" width="350">
|
||||||
|
|
||||||
The Skylanders Portal of Power is used for the Skylanders game Series.
|
The Skylanders Portal of Power is used for the Skylanders game Series.
|
||||||
|
|
||||||
### How to configure
|
### How to configure
|
||||||
The Skylanders Portal of Power should work very similarly to the LEGO Dimensions ToyPad, however the udev rule might be different.
|
The Skylanders Portal of Power should work very similarly to the LEGO Dimensions ToyPad, however the udev rule might be different.
|
||||||
The RetroDECK Team don't own this game nor its hardware for a proper testing, please report back if you wish to test it.
|
The RetroDECK Team don't own this game nor its hardware for a proper testing, please report back if you wish to test it.
|
||||||
|
|
||||||
## Official GameCube Controller Adapter for Wii U
|
|
||||||
|
|
||||||
<img src="../../wiki_images/devices/wiiu-gcpad-adapter.jpg" width="350">
|
|
||||||
|
|
||||||
WIP
|
|
||||||
|
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in a new issue