From 36141d2964dd4c95f15bcf8ebf46f07fdf024d47 Mon Sep 17 00:00:00 2001 From: etjanster Date: Thu, 13 Feb 2025 09:14:51 +0100 Subject: [PATCH] spelling --- .../linux_desktop/linux-install.md | 2 +- .../linux_desktop/linux-software.md | 32 +++++++++---------- .../steamdeck/steamdeck-optimize.md | 8 ++++- .../steamdeck/steamdeck-software.md | 10 +++--- .../wiki_devices/steamdeck/steamdeck-start.md | 2 +- wiki-rtd/docs/wiki_general/retrodeck-start.md | 2 +- .../gyro-steamdeck-neptune.md | 3 ++ .../hotkeys-steamdeck-neptune.md | 5 +++ 8 files changed, 39 insertions(+), 25 deletions(-) diff --git a/wiki-rtd/docs/wiki_devices/linux_desktop/linux-install.md b/wiki-rtd/docs/wiki_devices/linux_desktop/linux-install.md index 57127f7..3fbca28 100644 --- a/wiki-rtd/docs/wiki_devices/linux_desktop/linux-install.md +++ b/wiki-rtd/docs/wiki_devices/linux_desktop/linux-install.md @@ -1,6 +1,6 @@ # How-to: Install RetroDECK on the Linux Desktop - + ## Prerequisites diff --git a/wiki-rtd/docs/wiki_devices/linux_desktop/linux-software.md b/wiki-rtd/docs/wiki_devices/linux_desktop/linux-software.md index e6eaaae..1191d9c 100644 --- a/wiki-rtd/docs/wiki_devices/linux_desktop/linux-software.md +++ b/wiki-rtd/docs/wiki_devices/linux_desktop/linux-software.md @@ -6,7 +6,7 @@ The following software might enhance your RetroDECK or general gaming experience ### Flips - + [Flips](https://flathub.org/apps/details/com.github.Alcaro.Flips) @@ -14,7 +14,7 @@ Flips lets you patch romhacks IPS & BPS files onto the rom files. ### JRomManager - + [JRomManager](https://flathub.org/apps/details/com.github.optyfr.JRomManager) @@ -22,7 +22,7 @@ A MAME and retro gaming rom manager that allows you to manage and verify your ro ### ROMM - + [ROMM](https://github.com/rommapp/romm) @@ -63,7 +63,7 @@ Lutris is an interface to manage and play your games on Linux. It can integrate ### Minigalaxy - + [Minigalaxy](https://flathub.org/apps/io.github.sharkwouter.Minigalaxy) @@ -73,7 +73,7 @@ Minigalaxy is a simple GOG client for Linux. It lets you download, install, and ### Heroic Games Launcher - + [Heroic Games Launcher](https://flathub.org/apps/com.heroicgameslauncher.hgl) @@ -82,7 +82,7 @@ Heroic is an open-source games launcher. It supports launching games from the Ep ### Bottles - + [Bottles](https://flathub.org/apps/com.usebottles.bottles) @@ -93,7 +93,7 @@ Bottles lets you run Windows software on Linux, such as applications and games. ### Prism Launcher - + [Prism Launcher](https://flathub.org/apps/org.prismlauncher.PrismLauncher) @@ -106,7 +106,7 @@ Prism Launcher is a custom client for Minecraft Java that allows you to easily m ### Greenlight - + [Greenlight](https://flathub.org/apps/io.github.unknownskl.greenlight) @@ -116,7 +116,7 @@ Greenlight is an open-source client for xCloud and Xbox home streaming made in T ### Chiaki-NG - + [Chiaki-NG](https://flathub.org/apps/io.github.streetpea.Chiaki4deck) @@ -126,7 +126,7 @@ Chiaki-NG is a Free and Open-Source Software Client for PlayStation 4 and PlaySt ### Moonlight - + [Moonlight](https://flathub.org/apps/com.moonlight_stream.Moonlight) @@ -135,7 +135,7 @@ Moonlight allows you to play your PC games on almost any device, whether you are ### Sunshine - + [Sunshine](https://github.com/LizardByte/Sunshine) @@ -143,7 +143,7 @@ Sunshine is a self-hosted game stream host for Moonlight. It offers low latency, ### Steam Link - + [Steam Link](https://flathub.org/apps/com.valvesoftware.SteamLink) @@ -154,7 +154,7 @@ The Steam Link app allows you to stream games from your other computers. Just pl ### BoilR - + [BoilR](https://flathub.org/apps/details/io.github.philipk.boilr) @@ -164,7 +164,7 @@ BoilR will show games from other game platforms in your Steam library. It uses t ### ProtonUp-Qt - + [ProtonUp-Qt](https://flathub.org/apps/net.davidotek.pupgui2) @@ -173,7 +173,7 @@ ProtonUp-Qt allows you to install and manage Wine- and Proton-based compatibilit ### Flatseal - + [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal) @@ -183,7 +183,7 @@ Flatseal is a graphical utility to review and modify permissions from your Flatp ### Flatsweep - + [Flatsweep](https://flathub.org/apps/io.github.giantpinkrobots.flatsweep) diff --git a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-optimize.md b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-optimize.md index 47ddf4c..448cd2d 100644 --- a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-optimize.md +++ b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-optimize.md @@ -1,7 +1,11 @@ -# What are some optimizations for the Steam Deck to make emulation even better? +# Steam Deck: Optimizations + + + These optimizations are entirely optional and but they can give you better performance on some more demanding emulators. ## Increase the VRAM to 4GB + This increases the VRAM to 4GB in the BIOS, this can give you improvements in certain emulators. - Power off your Steam Deck completely @@ -12,6 +16,7 @@ This increases the VRAM to 4GB in the BIOS, this can give you improvements in ce - Save and Exit ## Setup a sudo password + This is a requirement for many optimizations and solutions, it also makes your Deck safer. It enables you to run commands/applications heighten sudo privileges. @@ -22,6 +27,7 @@ It enables you to run commands/applications heighten sudo privileges. - After you are done you can close the terminal ## Install CryoUtilities + This requires that you have set up a sudo password. This will create a 16GB SWAP file that can improve the performance for some emulators. Note that it will take up that extra space on your Steam Deck. diff --git a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-software.md b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-software.md index 073b5bd..fe73a8f 100644 --- a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-software.md +++ b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-software.md @@ -1,5 +1,7 @@ # Steam Deck - Recommended Software + + These software options work great with the Steam Deck and can enhance your RetroDECK or general gaming experience. **Tip:** @@ -8,7 +10,7 @@ Also visit [Linux Desktop - Recommended Software](../linux_desktop/linux-softwar ## Decky Loader - + [Decky Loader](https://github.com/SteamDeckHomebrew/decky-loader) @@ -16,8 +18,6 @@ Allows custom plugins inside Steam Deck's gamemode for advanced features. Follow ### Plugin: PowerTools - - [PowerTools](https://git.ngni.us/NG-SD-Plugins/PowerTools) Lets you tweak Steam Deck's hardware for better performance on certain games. @@ -36,7 +36,7 @@ Browse and manage Steam artwork from SteamGridDB or local files within gaming mo ## CryoUtilities - + [CryoUtilities](https://github.com/CryoByte33/steam-deck-utilities) @@ -45,7 +45,7 @@ A utility to improve performance and help manage storage on Steam Deck. ## Discover Overlay - + [Discover Overlay](https://flathub.org/apps/io.github.trigg.discover_overlay) diff --git a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-start.md b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-start.md index 9bd9470..f5b1609 100644 --- a/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-start.md +++ b/wiki-rtd/docs/wiki_devices/steamdeck/steamdeck-start.md @@ -1,6 +1,6 @@ # How-to: Install RetroDECK on the Steam Deck - + **NOTE:** diff --git a/wiki-rtd/docs/wiki_general/retrodeck-start.md b/wiki-rtd/docs/wiki_general/retrodeck-start.md index 0a3bdfd..0bc2570 100644 --- a/wiki-rtd/docs/wiki_general/retrodeck-start.md +++ b/wiki-rtd/docs/wiki_general/retrodeck-start.md @@ -22,7 +22,7 @@ Before you start, make sure you have: ### Step 1: Installation - + #### Steam Deck - Installation diff --git a/wiki-rtd/docs/wiki_rd_controls/gyro-steamdeck-neptune.md b/wiki-rtd/docs/wiki_rd_controls/gyro-steamdeck-neptune.md index 7a2e19b..03dcc73 100644 --- a/wiki-rtd/docs/wiki_rd_controls/gyro-steamdeck-neptune.md +++ b/wiki-rtd/docs/wiki_rd_controls/gyro-steamdeck-neptune.md @@ -1,5 +1,8 @@ # Steam Deck with SteamDeckGyroDSU + + + How to get the Steam Deck working with [SteamDeckGyroDSU](https://github.com/kmicki/SteamDeckGyroDSU) to enable Gyro via the DSU protocol. ### Prerequisites: RetroDECK Steam Deck Controller Layout diff --git a/wiki-rtd/docs/wiki_rd_controls/hotkeys-steamdeck-neptune.md b/wiki-rtd/docs/wiki_rd_controls/hotkeys-steamdeck-neptune.md index c20db9a..372b869 100644 --- a/wiki-rtd/docs/wiki_rd_controls/hotkeys-steamdeck-neptune.md +++ b/wiki-rtd/docs/wiki_rd_controls/hotkeys-steamdeck-neptune.md @@ -1,5 +1,10 @@ # Steam Deck: RetroDECK Hotkeys + + + +## Steam Deck - Input Map + ## Radial Menu System