Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdleveille/emudeck-config-helper
Enable only specific parsers in Steam ROM Manager to avoid getting duplicate non-Steam game shortcuts.
https://github.com/cdleveille/emudeck-config-helper
steam steam-deck steam-rom-manager
Last synced: 26 days ago
JSON representation
Enable only specific parsers in Steam ROM Manager to avoid getting duplicate non-Steam game shortcuts.
- Host: GitHub
- URL: https://github.com/cdleveille/emudeck-config-helper
- Owner: cdleveille
- License: mit
- Created: 2023-01-26T23:19:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T01:37:07.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:42:38.519Z (3 months ago)
- Topics: steam, steam-deck, steam-rom-manager
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emudeck-config-helper
Enable only specific parsers in Steam ROM Manager to avoid getting duplicate non-Steam game shortcuts. Useful to run after an update which automatically re-enables all parsers.
Currently only the Steam Deck is supported.
## Usage Instructions
1. In File Manager, browse to the `userConfigurations.json` Steam ROM Manager configuration file. On Steam Deck, this is in the `/home/deck/.config/steam-rom-manager/userData` folder.
2. In the same folder, create a new file called `enabledParsers.json`. Populate it with a list of parser names that you want to be enabled. The remaining parsers that are not included in this list will be disabled. For example:```
[
"EmulationStationDE",
"Arcade - MAME (standalone)",
"Microsoft Xbox 360 - Xenia",
"Nintendo 64 - Retroarch - Mupen64Plus Next",
"Nintendo GameBoy - Retroarch - Gambatte",
"Nintendo GameBoy Color - Retroarch - Gambatte",
"Nintendo GameBoy Advance - Retroarch - mGBA",
"Nintendo GameCube - Dolphin",
"Nintendo NES - Retroarch - Mesen",
"Nintendo SNES WideScreen - Retroarch - Snes9x",
"Nintendo Switch - Yuzu",
"Nintendo Wii - Dolphin",
"Nintendo WiiU - Cemu (.rpx)",
"PrimeHack",
"Sony PlayStation - DuckStation",
"Sony PlayStation 2 - PCSX2",
"Sony PlayStation 3 - RPCS3 (Extracted ISO/PSN)",
"Sony PlayStation Portable - Retroarch - PPSSPP"
]
```3. Download the latest release and extract it to anywhere on the Steam Deck.
4. Mark the `emudeck-config-helper` file as executable: Right-click > Properties > Permissions > Check the 'Is executable' checkbox > OK
5. Double-click the `emudeck-config-helper` file to run. Feel free to create a desktop shortcut for it if you prefer.