mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Update shipped SRM userConfigurations.json for new manifest sync type
This commit is contained in:
parent
04be8628df
commit
dadd6c87e7
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"parserType": "Glob",
|
"parserType": "Manual",
|
||||||
"configTitle": "RetroDECK Steam Sync",
|
"configTitle": "RetroDECK Steam Sync",
|
||||||
"steamDirectory": "${steamdirglobal}",
|
"steamDirectory": "${steamdirglobal}",
|
||||||
"romDirectory": "${romsdirglobal}",
|
"romDirectory": "${romsdirglobal}",
|
||||||
|
@ -8,11 +8,9 @@
|
||||||
"RetroDECK"
|
"RetroDECK"
|
||||||
],
|
],
|
||||||
"executableArgs": "",
|
"executableArgs": "",
|
||||||
"executableModifier": "\"${exePath}\"",
|
"executableModifier": "",
|
||||||
"startInDirectory": "",
|
"startInDirectory": "",
|
||||||
"titleModifier": "${fuzzyTitle}",
|
"titleModifier": "${fuzzyTitle}",
|
||||||
"fetchControllerTemplatesButton": null,
|
|
||||||
"removeControllersButton": null,
|
|
||||||
"steamInputEnabled": "2",
|
"steamInputEnabled": "2",
|
||||||
"imageProviders": [
|
"imageProviders": [
|
||||||
"sgdb",
|
"sgdb",
|
||||||
|
@ -29,7 +27,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"parserInputs": {
|
"parserInputs": {
|
||||||
"glob": "${title}.sh"
|
"manualManifests": "${romsdirglobal}"
|
||||||
},
|
},
|
||||||
"executable": {
|
"executable": {
|
||||||
"path": "",
|
"path": "",
|
||||||
|
@ -108,7 +106,6 @@
|
||||||
],
|
],
|
||||||
"sizes": [],
|
"sizes": [],
|
||||||
"sizesHero": [],
|
"sizesHero": [],
|
||||||
"sizesTall": null,
|
|
||||||
"sizesIcon": []
|
"sizesIcon": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue