From e53c4f97a0750735ec4155d99dbfd217f3c23660 Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Wed, 16 Sep 2026 22:39:54 +0200 Subject: [PATCH 1/2] Added SNK consoles to JSON Schema --- .schema/controller.json | 5 ++++- .utilities/consoles_list.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.schema/controller.json b/.schema/controller.json index ec3c7e7..f65ddec 100644 --- a/.schema/controller.json +++ b/.schema/controller.json @@ -266,7 +266,10 @@ "smd", "saturn", "dc", - "nsw2" + "nsw2", + "ng64", + "ngcd", + "aes" ] }, "uniqueItems": true, diff --git a/.utilities/consoles_list.json b/.utilities/consoles_list.json index ceab817..777cbdc 100644 --- a/.utilities/consoles_list.json +++ b/.utilities/consoles_list.json @@ -18,5 +18,8 @@ "xb1": "Xbox One", "xb360": "Xbox 360", "xbox": "Xbox", - "xbs": "Xbox Series X|S" + "xbs": "Xbox Series X|S", + "aes": "Neo Geo AES", + "ngcd": "Neo Geo CD", + "ng64": "Hyper Neo Geo 64" } \ No newline at end of file From 61f31ea7381b198103f3b9de736e2338e70ccb5f Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Wed, 16 Sep 2026 22:41:00 +0200 Subject: [PATCH 2/2] Update Consoles list --- .utilities/consoles_list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.utilities/consoles_list.json b/.utilities/consoles_list.json index 777cbdc..1a6deff 100644 --- a/.utilities/consoles_list.json +++ b/.utilities/consoles_list.json @@ -1,8 +1,11 @@ { + "aes": "Neo Geo AES", "dc": "Sega Dreamcast", "n64": "Nintendo 64", "nes": "Nintendo Entertainment System / Famicom", + "ng64": "Hyper Neo Geo 64", "ngc": "Nintendo GameCube", + "ngcd": "Neo Geo CD", "nsw": "Nintendo Switch", "nsw2": "Nintendo Switch 2", "ps1": "Sony PlayStation 1", @@ -18,8 +21,5 @@ "xb1": "Xbox One", "xb360": "Xbox 360", "xbox": "Xbox", - "xbs": "Xbox Series X|S", - "aes": "Neo Geo AES", - "ngcd": "Neo Geo CD", - "ng64": "Hyper Neo Geo 64" + "xbs": "Xbox Series X|S" } \ No newline at end of file