mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-27 16:55:40 +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",
|
||||
"configTitle": "RetroDECK",
|
||||
"steamDirectory": "${steamdirglobal}",
|
||||
"steamCategory": "RetroDECK",
|
||||
"romDirectory": "${romsdirglobal}",
|
||||
"steamCategories": [],
|
||||
"steamCategories": [
|
||||
"RetroDECK"
|
||||
],
|
||||
"executableArgs": "",
|
||||
"executableModifier": "\"${exePath}\"",
|
||||
"startInDirectory": "",
|
||||
"titleModifier": "${fuzzyTitle}",
|
||||
"fetchControllerTemplatesButton": null,
|
||||
"removeControllersButton": null,
|
||||
"steamInputEnabled": "1",
|
||||
"steamInputEnabled": "2",
|
||||
"imageProviders": [
|
||||
"sgdb",
|
||||
"steamCDN"
|
||||
|
|
Loading…
Reference in a new issue