SRM: updated controllers definition

This commit is contained in:
XargonWan 2025-01-30 09:24:15 +09:00
parent 850813bb86
commit ea63762100

View file

@ -47,23 +47,23 @@
}, },
"controllers": { "controllers": {
"ps4": { "ps4": {
"title": "RetroDECK Controller", "title": "RetroDECK: DualShock 4 v.1b",
"mappingId": "RetroDECK_controller_ps4_dualshock4_simple.vdf", "mappingId": "RetroDECK_controller_ps4_dualshock4_simple.vdf",
"profileType": "template" "profileType": "template"
}, },
"ps5": { "ps5": {
"title": "RetroDECK Controller", "title": "RetroDECK: DualSense v.1b",
"mappingId": "RetroDECK_controller_ps5_dualsense_simple.vdf", "mappingId": "RetroDECK_controller_ps5_dualsense_simple.vdf",
"profileType": "template" "profileType": "template"
}, },
"ps5_edge": null, "ps5_edge": null,
"xbox360": { "xbox360": {
"title": "RetroDECK Controller", "title": "RetroDECK: Xbox 360 v.1b",
"mappingId": "RetroDECK_controller_xbox360_simple.vdf", "mappingId": "RetroDECK_controller_xbox360_simple.vdf",
"profileType": "template" "profileType": "template"
}, },
"xboxone": { "xboxone": {
"title": "RetroDECK Controller", "title": "RetroDECK: Xbox Wireless v.1b",
"mappingId": "RetroDECK_controller_xboxone_simple.vdf", "mappingId": "RetroDECK_controller_xboxone_simple.vdf",
"profileType": "template" "profileType": "template"
}, },
@ -79,17 +79,17 @@
"profileType": "template" "profileType": "template"
}, },
"switch_pro": { "switch_pro": {
"title": "RetroDECK Controller", "title": "RetroDECK: Switch Pro v.1b",
"mappingId": "RetroDECK_controller_switch_pro_simple.vdf", "mappingId": "RetroDECK_controller_switch_pro_simple.vdf",
"profileType": "template" "profileType": "template"
}, },
"neptune": { "neptune": {
"title": "RetroDECK Controller", "title": "RetroDECK: Steam Deck - Neptune v.1.1b FULL",
"mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf", "mappingId": "RetroDECK_controller_steamdeck_neptune_full.vdf",
"profileType": "template" "profileType": "template"
}, },
"steamcontroller_gordon": { "steamcontroller_gordon": {
"title": "RetroDECK Controller", "title": "RetroDECK: Steam Controller - Gordon v.1b",
"mappingId": "RetroDECK_controller_steam_controller_gordon_simple.vdf", "mappingId": "RetroDECK_controller_steam_controller_gordon_simple.vdf",
"profileType": "template" "profileType": "template"
} }