mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
SRM: fixed categories and enabled steam input by default
This commit is contained in:
parent
ea63762100
commit
fe11d7a75e
|
@ -3,16 +3,17 @@
|
||||||
"parserType": "Glob",
|
"parserType": "Glob",
|
||||||
"configTitle": "RetroDECK",
|
"configTitle": "RetroDECK",
|
||||||
"steamDirectory": "${steamdirglobal}",
|
"steamDirectory": "${steamdirglobal}",
|
||||||
"steamCategory": "RetroDECK",
|
|
||||||
"romDirectory": "${romsdirglobal}",
|
"romDirectory": "${romsdirglobal}",
|
||||||
"steamCategories": [],
|
"steamCategories": [
|
||||||
|
"RetroDECK"
|
||||||
|
],
|
||||||
"executableArgs": "",
|
"executableArgs": "",
|
||||||
"executableModifier": "\"${exePath}\"",
|
"executableModifier": "\"${exePath}\"",
|
||||||
"startInDirectory": "",
|
"startInDirectory": "",
|
||||||
"titleModifier": "${fuzzyTitle}",
|
"titleModifier": "${fuzzyTitle}",
|
||||||
"fetchControllerTemplatesButton": null,
|
"fetchControllerTemplatesButton": null,
|
||||||
"removeControllersButton": null,
|
"removeControllersButton": null,
|
||||||
"steamInputEnabled": "1",
|
"steamInputEnabled": "2",
|
||||||
"imageProviders": [
|
"imageProviders": [
|
||||||
"sgdb",
|
"sgdb",
|
||||||
"steamCDN"
|
"steamCDN"
|
||||||
|
|
Loading…
Reference in a new issue