Emulator configurator for Steam Deck
Go to file
rawdatafeel 5af92230d3
[Hotfix] import.sh (#919)
Added the `L` flag for saves to allow copying symlink'd saves (RA, Citra, Dolphin)
2023-11-27 19:19:38 +01:00
.github Create pull_request_template.md 2023-10-02 13:41:09 +02:00
.gitpod/build .config/EmuDeck 2022-09-25 00:58:09 +02:00
chimeraOS/configs/emulationstation/custom_systems chimeraPath 2023-10-26 23:23:43 +02:00
configs parser names - new SRM 2023-11-17 10:32:20 +01:00
functions hotfix 2023-11-13 13:19:18 +01:00
icons yuzu-EA improvements (#628) 2023-02-23 00:06:22 -05:00
roms ESDE 2.0 new roms 2023-03-07 17:13:53 +01:00
store add json for apotris. 2023-05-09 18:12:41 +02:00
tools Merge pull request #1 from rawdatafeel/patch-3 2023-05-23 22:03:33 -04:00
.gitignore ignore 2022-05-24 23:02:57 +02:00
.gitpod.yml Main 0.17.6 (#304) 2022-08-06 09:44:31 +02:00
changelog.md Main 0.17.6 (#304) 2022-08-06 09:44:31 +02:00
export.sh var scope fix 2023-11-25 00:45:32 +01:00
gc-widescreen.md Wii & GC widescreen patches 2022-05-09 17:08:38 +02:00
import.sh [Hotfix] import.sh (#919) 2023-11-27 19:19:38 +01:00
install.sh better linux support 2023-10-26 23:06:18 +02:00
installCLI.sh PrimeHacks not PrimeHacks 2023-04-21 09:34:27 +02:00
latest.md Main 0.17.6 (#304) 2022-08-06 09:44:31 +02:00
LICENSE Initial commit 2022-03-20 14:48:15 +01:00
logo.ans new logo 2022-03-23 19:49:06 +01:00
README.md fixed readme 2023-11-03 17:37:31 +01:00
rsync.awk rsync zenity awk 2023-03-05 17:53:00 +01:00
settings.sh PrimeHacks not PrimeHacks 2023-04-21 09:34:27 +02:00
setup.sh chimera fixes 2023-11-02 12:16:20 +01:00
system-setup.sh feat: Create setup script for linux desktop (#639) 2023-03-03 11:48:52 -05:00
uninstall.sh Fix ShellCheck 2023-04-24 03:26:59 -04:00
version.md Main 0.17.6 (#304) 2022-08-06 09:44:31 +02:00
versions.json versions ryu 2023-05-07 02:52:30 +02:00
whiptail-setup.sh UI Mode 2022-08-08 12:58:45 +02:00
wii-widescreen.md Wii & GC widescreen patches 2022-05-09 17:08:38 +02:00
zenity-setup.sh PrimeHacks not PrimeHacks 2023-04-21 09:34:27 +02:00

EmuDeck

Gitpod ready-to-code

EmuDeck is a collection of scripts that allows you to autoconfigure your Steam Deck or any other Linux Distro, it creates your roms directory structure and downloads all of the needed Emulators for you along with the best configurations for each of them. EmuDeck works great with Steam Rom Manager or with EmulationStation DE

How to use EmuDeck?

We recomend you take a look at our extensive Wiki, you'll find guides, videos and all sorts of content about the project:

EmuDeck Wiki

Developers, developers, developers.

If you wanna help us improve EmuDeck we are open to accept your PR! Just keep in mind this simple guide:

  • Think that EmuDeck is for everybody, tech savvy and is specially directed to regular users that are new to Emulation, so everything has to be properly explained.
  • Things using sudo are a big no no, there are exceptions but always try to find a way of prevent using sudo.
  • Every Emulator needs to have a SRM profile and follow the AmberElec hotkey mapping.
  • Always do your PR to the dev branch.

Submitting a PR Request for a Steam ROM Manager Parser

If you would like to submit a PR request for a Steam ROM Manager parser, use the following format:

The Basics

  • Spell out console names - no acronyms
    • For example, PSP should be spelled out as PlayStation Portable
  • Respect original capitalization and spacing
    • A few examples:
      • RetroArch uses a capital R and capital A
      • The Nintendo Game Boy uses a capital N, G, and B with spaces between each word
      • The PlayStation Portable uses a capital P and S in PlayStation as do the other PlayStation handhelds and consoles

Parser Structure

  • configTitle:
    • COMPANYNAME SYSTEMNAME - EMULATORNAME RETROARCHCORENAME
      • If the standalone emulator name is identical to the RetroArch core name, add (Standalone) behind the EMULATORNAME
    • A few examples:
      • Config Title: "configTitle": "Amiga - RetroArch PUAE",
      • Config Title: "configTitle": "Nintendo Game Boy Color - mGBA (Standalone)",
      • Config Title: "configTitle": "Sony PlayStation 2 - PCSX2",
  • steamCategory:
    • Note: Non-Default Parsers refer to when a system has multiple emulation choices (through alternative emulators or RetroArch cores). Only one of these parsers is enabled by default and any alternative choices are disabled by default.
    • Default Parsers:
      • COMPANYNAME CONSOLENAME
    • Non-Default Parsers:
      • Standalone: COMPANYNAME CONSOLENAME - EMULATORNAME
      • RetroArch Core: COMPANYNAME CONSOLENAME - RETROARCHCORENAME
        • If the RetroArch core's name is identical to the Standalone emulator name, add RetroArch in front of the RETROARCHCORENAME
        • If the standalone emulator name is identical to the RetroArch core name, add (Standalone) behind the EMULATORNAME
    • A few examples:
      • Default Parsers:
        • Mupen64Plus Next (RetroArch core for Nintendo 64)
          • Steam Category Name: "steamCategory": ""${Nintendo 64}",
        • DuckStation (PSX Emulator)
          • Steam Category Name: "steamCategory": "${Sony PlayStation}",
      • Non-Default Parsers:
        • Rosalie's Mupen GUI (N64 Emulator)
          • Steam Category Name: "steamCategory": "${Nintendo 64 - Rosalie's Mupen GUI}",
        • Beetle PSX HW (RetroArch core for PSX)
          • Steam Category Name: "steamCategory": "${Sony PlayStation - Beetle PSX HW}",

Parser Filename

companyname_systemname-emulatorname-retroarchcore.json

If it is a RetroArch core, replace emulatorname with ra.

  • A few examples:
    • nintendo_wii-dolphin.json
    • nintendo_64-rmg.json
    • nintendo_gba-ra-mgba.json
    • sega_saturn-ra-mednafen.json