From 4e373e61841032a81715e9fa5d89596be095d517 Mon Sep 17 00:00:00 2001 From: Ian Mathews <84194311+Awesome-neos145@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:22:02 -0700 Subject: [PATCH 1/3] Add Choices --- contents/choices.oscmeta | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contents/choices.oscmeta diff --git a/contents/choices.oscmeta b/contents/choices.oscmeta new file mode 100644 index 0000000..69594c1 --- /dev/null +++ b/contents/choices.oscmeta @@ -0,0 +1,17 @@ +{ + "information": { + "name": "Choices", + "author": "awes145", + "supported_platforms:" ["wii", "vwii", "wii_mini"] + "author_preferred_contacts": "", + "category": "games", + "peripherals": ["Wii Remote"], + "version": "1.1-wii" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "Awesome-neos145/choices", + "file": "choices-wii.zip" + } +} From fa4115c00bb2edebb0f8c37a370a88798c02eb1c Mon Sep 17 00:00:00 2001 From: Ian Mathews <84194311+Awesome-neos145@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:24:51 -0700 Subject: [PATCH 2/3] Fix Syntax --- contents/choices.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/choices.oscmeta b/contents/choices.oscmeta index 69594c1..a996ed8 100644 --- a/contents/choices.oscmeta +++ b/contents/choices.oscmeta @@ -2,7 +2,7 @@ "information": { "name": "Choices", "author": "awes145", - "supported_platforms:" ["wii", "vwii", "wii_mini"] + "supported_platforms:" ["wii", "vwii", "wii_mini"], "author_preferred_contacts": "", "category": "games", "peripherals": ["Wii Remote"], From 7cebcaf5fd0152a9f2521989b8be48f86c7e4ca7 Mon Sep 17 00:00:00 2001 From: Ian Mathews <84194311+Awesome-neos145@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:57:40 -0700 Subject: [PATCH 3/3] Fix version number --- contents/choices.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/choices.oscmeta b/contents/choices.oscmeta index a996ed8..cd9a157 100644 --- a/contents/choices.oscmeta +++ b/contents/choices.oscmeta @@ -6,7 +6,7 @@ "author_preferred_contacts": "", "category": "games", "peripherals": ["Wii Remote"], - "version": "1.1-wii" + "version": "1.2-wii" }, "source": { "type": "github_release",