Fix Citron parser not grabbing art (#1430)

* shadps4 location

* fix bigpemu

* fix paths

* Update Xenia Canary Release URL (#1395)

- releases were moved to separate GH repo
- TODO: Linux build is available and working on SD, not sure about compatibility and if it is ready for production

* forced ryu for now

* fix

* Ryu

* ryu

* ryu

* no citra parser

* old paths

* Fix Citron Parser not grabbing art

The `onlineImageQueries` field did not have the curly brackets, and was
just `fuzzyTItle` as only a string.

* Removed personalized directory locations

---------

Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
Co-authored-by: Mitja Skuver <SilentException@users.noreply.github.com>
This commit is contained in:
SolidStateDj 2025-03-31 07:40:55 -04:00 committed by GitHub
parent 9b6d9f3ffa
commit a90b99e1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3685,6 +3685,92 @@
"Nintendo SNES (Super Nintendo) HD - bsnes-hd"
]
},
{
"parserType": "Glob",
"configTitle": "Nintendo Switch - Citron",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "${romsdirglobal}/switch",
"executableArgs": "vblank_mode=0 %command% \"${filePath}\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"imageProviders": [
"sgdb",
"steamCDN"
],
"imagePool": "${fuzzyTitle}",
"userAccounts": {
"specifiedAccounts": [
"Global"
]
},
"disabled": false,
"executable": {
"path": "/run/media/mmcblk0p1/Emulation/tools/launchers/citron.sh",
"shortcutPassthrough": false,
"appendArgsToExecutable": false
},
"parserInputs": {
"glob": "**/${title}@(.kip|.KIP|.nca|.NCA|.nro|.NRO|.nso|.NSO|.nsp|.NSP|.xci|.XCI)"
},
"titleFromVariable": {
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"limitToGroups": []
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"controllers": {
"ps4": null,
"ps5": null,
"xbox360": null,
"xboxone": null,
"switch_joycon_left": null,
"switch_joycon_right": null,
"switch_pro": null,
"neptune": null
},
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
"humor": false,
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": [],
"imageMotionTypes": [
"static"
]
}
},
"defaultImage": {
"tall": "",
"long": "",
"hero": "",
"logo": "",
"icon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png"
},
"localImages": {
"tall": "",
"long": "",
"hero": "",
"logo": "",
"icon": ""
},
"parserId": "164725679855061950",
"version": 25,
"steamInputEnabled": "1",
"drmProtect": false,
"steamCategories": [
"Nintendo Switch - Citron"
],
"onlineImageQueries": [
"${fuzzyTitle}"
]
},
{
"parserType": "Glob",
"configTitle": "Nintendo Switch - Ryujinx",