-
Notifications
You must be signed in to change notification settings - Fork 117
Community Guides
⚠️ WarningEmuDeck is not officially supported on ChimeraOS. EmuDeck may have assumptions about running on the Steam Deck. ChimeraOS highly recommends using our built-in emulation solution. It is much easier to use and setup, especially since there is no need to use Desktop mode. See the Getting Started guide for more details.
The installation instructions on the EmuDeck website do not work on ChimeraOS.
To install EmuDeck on ChimeraOS:
- Switch to Desktop Mode.
- Open a terminal window using the Console application.
- Paste the following into the Console (this must be done locally, not over SSH) window and hit enter:
curl -L https://raw.githubusercontent.com/dragoonDorise/EmuDeck/main/install.sh | bash
- Follow the instructions in the EmuDeck application/installer
NOTE: Launching Steam ROM Manager from the Desktop menu does not work, launch Steam ROM Manager from the EmuDeck application as a workaround.
EmuDeck downloads EmulationStation-DE (AppImage) and RetroArch (Flatpak). In order to use EmuDeck's pre-configured RetroArch with its bundled EmulationStation-DE, you will need to create a custom es_find_rules.xml
and place it in /home/gamer/.emulationstation/custom_systems
.
To create a custom es_find_rules.xml
:
- Create a
es_find_rules.xml
file - Open it in a text editor of your choice
- Paste the below contents into the file
<ruleList>
<emulator name="RETROARCH">
<rule type="systempath">
<entry>org.libretro.RetroArch</entry>
<entry>retroarch</entry>
</rule>
</emulator>
</ruleList>
- Save and exit out of the file
- Place the
es_find_rules.xml
file in the/home/gamer/.emulationstation/custom_systems
folder
Note: This section is specifically referring to the RetroArch Flatpak installed by EmuDeck.
If input is not working in RetroArch, you will need to change the Input
driver to SDL
.
To change the driver:
- Open RetroArch (the Flatpak installed by EmuDeck)
- To open RetroArch: Add RetroArch to Steam through the
Emulators
parser in Steam ROM Manager. Afterwards, you can open RetroArch directly in Game Mode
- To open RetroArch: Add RetroArch to Steam through the
- Click the
Settings
menu - Click
Drivers
- Select
Input
- Select
sdl2
- Back out of the
Drivers
menu and select theMain Menu
- Click
Configuration File
- Click
Save Current Configuration
and exit out of RetroArch - Your RetroArch controls will now work in Game Mode