From d8194b255ca3a0752a09b4a8fe4ded30df94a50b Mon Sep 17 00:00:00 2001 From: BlocksumoGuys <148206420+BlocksumoGuys@users.noreply.github.com> Date: Sun, 22 Mar 2026 17:49:52 +0100 Subject: [PATCH 1/2] Added WIIT --- contents/WIIT_WiiInputTester.oscmeta | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contents/WIIT_WiiInputTester.oscmeta diff --git a/contents/WIIT_WiiInputTester.oscmeta b/contents/WIIT_WiiInputTester.oscmeta new file mode 100644 index 0000000..6c19751 --- /dev/null +++ b/contents/WIIT_WiiInputTester.oscmeta @@ -0,0 +1,19 @@ +{ + "information": { + "name": "WIIT", + "author": "BlocksumoGuys", + "author_preferred_contacts": "@BlocksumoGuys on twitter, @BlocksumoGuys on discord, @BlocksumoGuys on youtube", + "category": "utilities", + "peripherals": ["Wii Remote", "Nunchuk"], + "version": "auto" + "supported_platforms": [ + "wii", + ] + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "BlocksumoGuys/WIIT", + "file": "wiit.zip" + } +} From 44952d3e3116ba1888cc1769e61e06b9074df7bc Mon Sep 17 00:00:00 2001 From: BlocksumoGuys <148206420+BlocksumoGuys@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:48:47 +0100 Subject: [PATCH 2/2] Added coma --- contents/WIIT_WiiInputTester.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/WIIT_WiiInputTester.oscmeta b/contents/WIIT_WiiInputTester.oscmeta index 6c19751..13e8d0a 100644 --- a/contents/WIIT_WiiInputTester.oscmeta +++ b/contents/WIIT_WiiInputTester.oscmeta @@ -5,7 +5,7 @@ "author_preferred_contacts": "@BlocksumoGuys on twitter, @BlocksumoGuys on discord, @BlocksumoGuys on youtube", "category": "utilities", "peripherals": ["Wii Remote", "Nunchuk"], - "version": "auto" + "version": "auto", "supported_platforms": [ "wii", ]