Skip to content

Instantly share code, notes, and snippets.

@XanderXAJ
Created October 23, 2022 10:04
Show Gist options
  • Select an option

  • Save XanderXAJ/10b97a52b5fa6c75d47fb3e75156c093 to your computer and use it in GitHub Desktop.

Select an option

Save XanderXAJ/10b97a52b5fa6c75d47fb3e75156c093 to your computer and use it in GitHub Desktop.

Revisions

  1. XanderXAJ revised this gist Oct 23, 2022. No changes.
  2. XanderXAJ created this gist Oct 23, 2022.
    66 changes: 66 additions & 0 deletions userConfigurations.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,66 @@
    {
    "parserType": "Glob",
    "configTitle": "Sega Genesis/Mega Drive - Retroarch - Genesis Plus GX",
    "steamCategory": "${Genesis/Mega Drive}",
    "steamDirectory": "/home/deck/.steam/steam",
    "romDirectory": "/run/media/mmcblk0p1/Emulation/roms",
    "executableArgs": "run org.libretro.RetroArch -L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}genesis_plus_gx_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
    "executableModifier": "\"${exePath}\"",
    "startInDirectory": "",
    "titleModifier": "${fuzzyTitle}",
    "imageProviders": [
    "SteamGridDB"
    ],
    "onlineImageQueries": "${${fuzzyTitle}}",
    "imagePool": "${fuzzyTitle}",
    "defaultImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/systems/grid/genesis.jpg",
    "defaultTallImage": "",
    "defaultHeroImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/hero.png",
    "defaultLogoImage": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/logo.png",
    "defaultIcon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png",
    "localImages": "",
    "localTallImages": "",
    "localHeroImages": "",
    "localLogoImages": "",
    "localIcons": "",
    "userAccounts": {
    "specifiedAccounts": "",
    "skipWithMissingDataDir": true,
    "useCredentials": true
    },
    "executable": {
    "path": "/usr/bin/flatpak",
    "shortcutPassthrough": false,
    "appendArgsToExecutable": true
    },
    "parserInputs": {
    "glob": "**/@(genesis|megadrive)/${title}@(.7z|.7Z|.bin|.BIN|.gen|.GEN|.md|.MD|.smd|.SMD|.zip|.ZIP)"
    },
    "titleFromVariable": {
    "limitToGroups": "",
    "caseInsensitiveVariables": false,
    "skipFileIfVariableWasNotFound": false,
    "tryToMatchTitle": false
    },
    "fuzzyMatch": {
    "replaceDiacritics": true,
    "removeCharacters": true,
    "removeBrackets": true
    },
    "imageProviderAPIs": {
    "SteamGridDB": {
    "nsfw": false,
    "humor": false,
    "styles": [],
    "stylesHero": [],
    "stylesLogo": [],
    "stylesIcon": [],
    "imageMotionTypes": [
    "static"
    ]
    }
    },
    "parserId": "166651874506940386",
    "version": 10,
    "disabled": false
    },