SRM: fixed categories and enabled steam input by default

This commit is contained in:
XargonWan 2025-01-30 09:47:06 +09:00
parent ea63762100
commit fe11d7a75e

View file

@ -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"