STEAM_SYNC_SH: updated userConfigurations.json [skip ci]

This commit is contained in:
XargonWan 2024-09-05 21:45:48 +09:00
parent 4993dbf93b
commit 27e5b237bf

View file

@ -1,9 +1,9 @@
[ [
{ {
"parserType": "Glob", "parserType": "Glob",
"configTitle": "Shortcuts", "configTitle": "RetroDECK",
"steamDirectory": "", "steamDirectory": "",
"steamCategory": "${RetroDECK}", "steamCategory": "RetroDECK",
"romDirectory": "", "romDirectory": "",
"executableArgs": "", "executableArgs": "",
"executableModifier": "\"${exePath}\"", "executableModifier": "\"${exePath}\"",
@ -17,7 +17,7 @@
"onlineImageQueries": "${${fuzzyTitle}}", "onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}", "imagePool": "${fuzzyTitle}",
"userAccounts": { "userAccounts": {
"specifiedAccounts": "" "specifiedAccounts": null
}, },
"executable": { "executable": {
"path": "", "path": "",
@ -39,14 +39,46 @@
"removeBrackets": true "removeBrackets": true
}, },
"controllers": { "controllers": {
"ps4": null, "ps4": {
"ps5": null, "title": "RetroDECK Controller",
"xbox360": null, "mappingId": "RetroDECK_controller_ps4.vdf",
"xboxone": null, "profileType": "template"
"switch_joycon_left": null, },
"switch_joycon_right": null, "ps5": {
"switch_pro": null, "title": "RetroDECK Controller",
"neptune": null "mappingId": "RetroDECK_controller_ps5.vdf",
"profileType": "template"
},
"xbox360": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_xbox360_simple.vdf",
"profileType": "template"
},
"xboxone": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_xboxone_simple.vdf",
"profileType": "template"
},
"switch_joycon_left": {
"title": "Controller",
"mappingId": "controller_switch_joycon_left_gamepad_joystick.vdf",
"profileType": "template"
},
"switch_joycon_right": {
"title": "Controller",
"mappingId": "controller_switch_joycon_right_gamepad_joystick.vdf",
"profileType": "template"
},
"switch_pro": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_switchpro.vdf",
"profileType": "template"
},
"neptune": {
"title": "RetroDECK Controller",
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
"profileType": "template"
}
}, },
"imageProviderAPIs": { "imageProviderAPIs": {
"SteamGridDB": { "SteamGridDB": {
@ -62,20 +94,20 @@
} }
}, },
"defaultImage": { "defaultImage": {
"tall": "", "tall": null,
"long": "", "long": null,
"hero": "", "hero": null,
"logo": "", "logo": null,
"icon": "" "icon": null
}, },
"localImages": { "localImages": {
"tall": "", "tall": null,
"long": "", "long": null,
"hero": "", "hero": null,
"logo": "", "logo": null,
"icon": "" "icon": null
}, },
"parserId": "171345715969886866", "parserId": "1725539138664815",
"version": 15 "version": 15
} }
] ]