From 0199086d98d46dcf8a7907b9f1521300b71bb484 Mon Sep 17 00:00:00 2001 From: Abdelali <196317120+abdelali221@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:55:21 +0100 Subject: [PATCH] Add WiiRremote. --- contents/WiiRremote.oscmeta | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contents/WiiRremote.oscmeta diff --git a/contents/WiiRremote.oscmeta b/contents/WiiRremote.oscmeta new file mode 100644 index 0000000..4d88282 --- /dev/null +++ b/contents/WiiRremote.oscmeta @@ -0,0 +1,22 @@ +{ + "information": { + "name": "WiiRremote", + "author": "Abdelali221", + "category": "utilities", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "abdelali221/WiiRremote", + "file": "WiiRremote.zip" + } +}