diff --git a/arcade_stick/generic/generic/icon.png b/arcade_stick/generic/generic/icon.png new file mode 100644 index 0000000..cc839ae Binary files /dev/null and b/arcade_stick/generic/generic/icon.png differ diff --git a/arcade_stick/icon.png b/arcade_stick/icon.png index 35f52e4..cc839ae 100644 Binary files a/arcade_stick/icon.png and b/arcade_stick/icon.png differ diff --git a/flight/config.json b/flight/config.json new file mode 100644 index 0000000..49252ab --- /dev/null +++ b/flight/config.json @@ -0,0 +1,4 @@ +{ + "name": "Flight stick", + "desc": "Controllers designed to mimic the experience of flying a plane or helicopter" +} \ No newline at end of file diff --git a/leverless/generic/generic/icon.png b/leverless/generic/generic/icon.png new file mode 100644 index 0000000..23ab8ee Binary files /dev/null and b/leverless/generic/generic/icon.png differ diff --git a/other/config.json b/other/config.json new file mode 100644 index 0000000..1238907 --- /dev/null +++ b/other/config.json @@ -0,0 +1,4 @@ +{ + "name": "Other", + "desc": "Any controller which cannot be categorized in the main categories (e.g. the Sega Dreamcast Fishing Rod Controller for Sega Bass Fishing)" +} \ No newline at end of file diff --git a/pad/config.json b/pad/config.json index f8ce882..2a7997e 100644 --- a/pad/config.json +++ b/pad/config.json @@ -1,4 +1,4 @@ { "name": "Pads", - "desc": "Traditional controllers, as seen shipped with consoles like the Sony PlayStation 5, Microsoft Xbox Series X|S or the Nintendo Switch, or 3rd-party alternatives resembling said controllers" + "desc": "Traditional controllers, as seen shipped with consoles like the Sony PlayStation 5, Microsoft Xbox Series X|S or the Nintendo Switch 2, or 3rd-party alternatives resembling said controllers" } \ No newline at end of file diff --git a/pad/icon.png b/pad/icon.png index f3dd3f6..93de745 100644 Binary files a/pad/icon.png and b/pad/icon.png differ diff --git a/racing/config.json b/racing/config.json new file mode 100644 index 0000000..59fe2b1 --- /dev/null +++ b/racing/config.json @@ -0,0 +1,4 @@ +{ + "name": "Racing wheel", + "desc": "Controllers designed to mimic driving" +} \ No newline at end of file