mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
bugs
This commit is contained in:
parent
c3a83f115c
commit
4b3694b0d6
|
@ -1,7 +1,6 @@
|
|||
# Reporting Issues and Known Issues
|
||||
# RetroDECK Bugs and Known Issues
|
||||
|
||||
|
||||
## How to Report?
|
||||
## How to Report a Problem?
|
||||
|
||||
🛑 **Do not!** 🛑
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# About udev
|
||||
|
||||
<img src="../../wiki_icons/pixelitos/utilities-tweak-tool.png" width="75">
|
||||
|
||||
## Information
|
||||
|
||||
udev is a device manager for the Linux kernel. It helps the system interact with different hardware devices using special files called udev rules.
|
||||
|
||||
These udev rules manage access to specific devices. Without the right udev rule, some devices, like custom controllers, might not work with RetroDECK, Steam, or other parts of the system.
|
||||
|
@ -61,7 +65,7 @@ The Batocera project has also combined a list of other controllers that might be
|
|||
|
||||
## RetroDECK and Udev
|
||||
|
||||
Normally RetroDECK has the permissions to access all connected devices via --devices=all
|
||||
Normally RetroDECK has the permissions to access all connected devices via `--devices=all`
|
||||
|
||||
## Quick tips on udev installation
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
# How-to: Change controller order in Steam Input?
|
||||
|
||||
<img src="../../wiki_images/steam/steam-controller-order.png" width="300">:
|
||||
<img src="../../wiki_icons/pixelitos/emblem-synchronizing.png" width="75">
|
||||
|
||||
|
||||
### Prerequisites
|
||||
|
||||
<img src="../../wiki_images/steam/steam-controller-order.png" width="300">:
|
||||
|
||||
- You need to add RetroDECK to Steam first.
|
||||
- You need to have more than one controller connected.
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Different button prompts in games
|
||||
|
||||
<img src="../../wiki_icons/pixelitos/game-input.png" width="75">
|
||||
|
||||
## Information
|
||||
|
||||
Depending on the system you are playing, the button prompts might not match the buttons on your physical controller.
|
||||
|
||||
## Xbox Games
|
||||
|
|
|
@ -91,7 +91,7 @@ nav:
|
|||
|
||||
- Guides - RetroDECK Controls & Hotkeys 🎮:
|
||||
|
||||
- RetroDECK & Udev Rules: wiki_rd_controls/about-udev.md
|
||||
- About Udev Rules: wiki_rd_controls/about-udev.md
|
||||
- Different Button Prompts in Games: wiki_rd_controls/diffrent-game-inputs.md
|
||||
- Change Controller Order: wiki_rd_controls/change-controller-order-steam.md
|
||||
- Generic Standard - Hotkeys & Layout: wiki_rd_controls/hotkeys-generic-standard.md
|
||||
|
|
Loading…
Reference in a new issue