Skip to content

Commit

Permalink
Merge pull request #273 from beatlegeuse/master
Browse files Browse the repository at this point in the history
Add PCSX ReARMed preset
  • Loading branch information
cbartondock authored May 12, 2022
2 parents 3786d7d + 3ffb218 commit 7519919
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion files/presets/Sony PlayStation.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 3,
"presetVersion": 3,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
Expand Down Expand Up @@ -315,6 +315,75 @@
"removeBrackets": true
},
"executable": {

"path": "/usr/bin/flatpak",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 3,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
}
},
"Sony PlayStation - Retroarch - PCSX ReARMed": {
"parserType": "Glob",
"configTitle": "Sony PlayStation - Retroarch - PCSX ReARMed",
"steamCategory": "${PS1}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "-L ${os:win|cores|${os:mac|${racores}|${os:linux|${racores}}}}${/}pcsx_rearmed_libretro.${os:win|dll|${os:mac|dylib|${os:linux|so}}} \"${filePath}\"",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"advanced": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.7z|.7Z|.ccd|.CCD|.chd|.CHD|.cue|.CUE|.m3u|.M3U|.pbp|.PBP|.toc|.TOC)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"use": true,
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"executable": {

"path": "/usr/bin/flatpak",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
Expand Down

0 comments on commit 7519919

Please sign in to comment.