Merge branch 'early' into beta

This commit is contained in:
Dragoon Dorise 2025-03-31 13:41:28 +02:00
commit 01766359d8
4 changed files with 94 additions and 8 deletions

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",
@ -4056,7 +4142,7 @@
},
"defaultImage": {
"tall": "",
"long": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/systems/grid/wiiu.jpg",
"long": "",
"hero": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/hero.png",
"logo": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/logo.png",
"icon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png"
@ -4183,7 +4269,7 @@
},
"defaultImage": {
"tall": "",
"long": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/systems/grid/wiiu.jpg",
"long": "",
"hero": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/hero.png",
"logo": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/logo.png",
"icon": "/home/deck/.config/EmuDeck/backend/configs/steam-rom-manager/userData/img/default/icon.png"
@ -6222,7 +6308,7 @@
"configTitle": "Sony PlayStation 2 - PCSX2",
"steamDirectory": "${steamdirglobal}",
"romDirectory": "${romsdirglobal}/ps2",
"executableArgs": "-batch -fullscreen \"'${filePath}'\"",
"executableArgs": "-batch -fullscreen -nogui \"'${filePath}'\"",
"executableModifier": "\"${exePath}\"",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
@ -6982,4 +7068,4 @@
"VTech V.Smile"
]
}
]
]

View File

@ -1,4 +1,4 @@
collection: Sony PlayStation 2
shortname: ps2
extensions: bin, BIN, chd, CHD, ciso, CISO, cso, CSO, dump, DUMP, elf, ELF, gz, GZ, m3u, M3U, mdf, MDF, img, IMG, iso, ISO, isz, ISZ, ngr, NRG, zso, ZSO
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/pcsx2-qt.sh -batch -fullscreen "'{file.path}'"
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/pcsx2-qt.sh -batch -fullscreen -nogui "'{file.path}'"

View File

@ -1,4 +1,4 @@
collection: Sony PlayStation
shortname: psx
extensions: bin, BIN, cbn, CBN, ccd, CCD, chd, CHD, cue, CUE, ecm, ECM, exe, EXE, img, IMG, iso, ISO, m3u, M3U, mdf, MDF, mds, MDS, pbp, PBP, psexe, PSEXE, psf, PSF, toc, TOC, z, Z, znx, ZNX, 7z, 7Z, zip, ZIP
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/duckstation.sh -batch -fullscreen {file.path}
launch: /run/media/mmcblk0p1/Emulation/tools/launchers/duckstation.sh -batch -fullscreen -nogui {file.path}

View File

@ -23,5 +23,5 @@ fi
#Fix first '
param="${@}"
param=$(echo $param | sed -e 's/^/"/' -e 's/$/"/')
eval "${exe} ${param}"
rm -rf "$savesPath/.gaming"
eval "${exe} -f -g ${param}"
rm -rf "$savesPath/.gaming"