From da6aaffac9e12ce5903afd468daa8b19848222b6 Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Mon, 5 May 2025 19:41:05 +0200 Subject: [PATCH] Prepare Nintendo Switch 2 compatibility --- .schema/controller.json | 3 ++- .utilities/consoles_list.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.schema/controller.json b/.schema/controller.json index 8027eda..7104965 100644 --- a/.schema/controller.json +++ b/.schema/controller.json @@ -255,7 +255,8 @@ "xbs", "smd", "saturn", - "dc" + "dc", + "nsw2" ] }, "uniqueItems": true, diff --git a/.utilities/consoles_list.json b/.utilities/consoles_list.json index ba3f564..ceab817 100644 --- a/.utilities/consoles_list.json +++ b/.utilities/consoles_list.json @@ -4,6 +4,7 @@ "nes": "Nintendo Entertainment System / Famicom", "ngc": "Nintendo GameCube", "nsw": "Nintendo Switch", + "nsw2": "Nintendo Switch 2", "ps1": "Sony PlayStation 1", "ps2": "Sony PlayStation 2", "ps3": "Sony PlayStation 3",