From 4b3694b0d61b0704f15898068a3a41b9efa84711 Mon Sep 17 00:00:00 2001 From: laz Date: Sun, 9 Feb 2025 23:02:07 +0100 Subject: [PATCH] bugs --- wiki-rtd/docs/wiki_general/known-issues.md | 5 ++--- wiki-rtd/docs/wiki_rd_controls/about-udev.md | 6 +++++- .../docs/wiki_rd_controls/change-controller-order-steam.md | 5 ++++- wiki-rtd/docs/wiki_rd_controls/diffrent-game-inputs.md | 4 ++++ wiki-rtd/mkdocs.yml | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/wiki-rtd/docs/wiki_general/known-issues.md b/wiki-rtd/docs/wiki_general/known-issues.md index 7ca54aa..a94b013 100644 --- a/wiki-rtd/docs/wiki_general/known-issues.md +++ b/wiki-rtd/docs/wiki_general/known-issues.md @@ -1,7 +1,6 @@ -# Reporting Issues and Known Issues +# RetroDECK Bugs and Known Issues - -## How to Report? +## How to Report a Problem? 🛑 **Do not!** 🛑 diff --git a/wiki-rtd/docs/wiki_rd_controls/about-udev.md b/wiki-rtd/docs/wiki_rd_controls/about-udev.md index 94ab1c9..11b8447 100644 --- a/wiki-rtd/docs/wiki_rd_controls/about-udev.md +++ b/wiki-rtd/docs/wiki_rd_controls/about-udev.md @@ -1,5 +1,9 @@ # About udev + + +## 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 diff --git a/wiki-rtd/docs/wiki_rd_controls/change-controller-order-steam.md b/wiki-rtd/docs/wiki_rd_controls/change-controller-order-steam.md index 651ceef..389b5a7 100644 --- a/wiki-rtd/docs/wiki_rd_controls/change-controller-order-steam.md +++ b/wiki-rtd/docs/wiki_rd_controls/change-controller-order-steam.md @@ -1,9 +1,12 @@ # How-to: Change controller order in Steam Input? -: + + ### Prerequisites +: + - You need to add RetroDECK to Steam first. - You need to have more than one controller connected. diff --git a/wiki-rtd/docs/wiki_rd_controls/diffrent-game-inputs.md b/wiki-rtd/docs/wiki_rd_controls/diffrent-game-inputs.md index 6fc0ac5..cff5647 100644 --- a/wiki-rtd/docs/wiki_rd_controls/diffrent-game-inputs.md +++ b/wiki-rtd/docs/wiki_rd_controls/diffrent-game-inputs.md @@ -1,5 +1,9 @@ # Different button prompts in games + + +## Information + Depending on the system you are playing, the button prompts might not match the buttons on your physical controller. ## Xbox Games diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index 1cc92a4..f442004 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -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