Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 7 additions & 15 deletions arcade_stick/generic/generic/config.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,12 @@
"name": "Generic arcade stick",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
"digital_sticks": [
{
"name": "Digital stick",
"has_button": false
}
],
"action_buttons": [
{
"name": "A",
Expand DownExpand Up@@ -43,20 +48,7 @@
"other_buttons": null,
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": true,
"software": null
}
}
],
"directional_buttons": null,
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
Expand Down
22 changes: 7 additions & 15 deletions arcade_stick/hori/ps5alpha/config.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,12 @@
"name": "HORI Fighting Stick α",
"functions": {
"analog_sticks": null,
"digital_sticks": null,
"digital_sticks": [
{
"name": "Digital stick",
"has_button": false
}
],
"action_buttons": [
{
"name": "Triangle",
Expand DownExpand Up@@ -61,20 +66,7 @@
}
],
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": true,
"software": null
}
}
],
"directional_buttons": null,
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
Expand Down
3 changes: 3 additions & 0 deletions arcade_stick/sony/config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
{
"name": "Sony"
}
107 changes: 107 additions & 0 deletions arcade_stick/sony/flexstrike/config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
{
"name": "FlexStrike wireless fight stick",
"short_name": "FlexStrike",
"functions": {
"analog_sticks": null,
"digital_sticks": [
{
"name": "Digital stick",
"has_button": false
}
],
"action_buttons": [
{
"name": "Square",
"analog": false
},
{
"name": "Circle",
"analog": false
},
{
"name": "Triangle",
"analog": false
},
{
"name": "Cross",
"analog": false
},
{
"name": "L1",
"analog": false
},
{
"name": "L2",
"analog": false
},
{
"name": "R1",
"analog": false
},
{
"name": "R2",
"analog": false
},
{
"name": "L3",
"analog": false
},
{
"name": "R3",
"analog": false
}
],
"menu_buttons": ["Options"],
"system_buttons": [
"Create",
"PS"
],
"other_buttons": ["Lock"],
"trackpads": [
{
"name": "Touchpad",
"clickable": true
}
],
"touch_screens": null,
"directional_buttons": null,
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 0,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": null,
"bluetooth": false,
"2_4ghz": true,
"rumble": null,
"digital_to_analog_conversion": [
{
"emulated_analog": "L2",
"type": "button",
"modifier_buttons": 0
},
{
"emulated_analog": "R2",
"type": "button",
"modifier_buttons": 0
},
{
"emulated_analog": "Left Stick",
"type": "8_way",
"modifier_buttons": 0
},
{
"emulated_analog": "Right Stick",
"type": "8_way",
"modifier_buttons": 0
}
],
"pc_xinput": false,
"pc_steaminput": false,
"native_consoles": ["ps5"],
"macro": false,
"turbo": false
}
}
Binary file addedarcade_stick/sony/flexstrike/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions other/sega/config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
{
"name": "Sega"
}
63 changes: 63 additions & 0 deletions other/sega/versuscity/config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
{
"name": "Sega Versus City arcade cabinet",
"short_name": "Sega Versus City",
"functions": {
"analog_sticks": null,
"digital_sticks": [
{
"name": "Digital stick",
"has_button": false
}
],
"action_buttons": [
{
"name": "Light Punch",
"analog": false
},
{
"name": "Medium Punch",
"analog": false
},
{
"name": "Heavy Punch",
"analog": false
},
{
"name": "Light Kick",
"analog": false
},
{
"name": "Medium Kick",
"analog": false
},
{
"name": "Heavy Kick",
"analog": false
}
],
"menu_buttons": [
"Start"
],
"other_buttons": null,
"trackpads": null,
"touch_screens": null,
"directional_buttons": null,
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 0,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": null,
"bluetooth": false,
"2_4ghz": false,
"rumble": null,
"digital_to_analog_conversion": null,
"pc_xinput": false,
"pc_steaminput": false,
"native_consoles": null,
"macro": false,
"turbo": false
}
}
Binary file addedother/sega/versuscity/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading