From d3f414fece9112dffd85e1679badbbaa9a2fedd9 Mon Sep 17 00:00:00 2001 From: Owen Swerkstrom Date: Fri, 30 May 2025 10:23:17 -0500 Subject: [PATCH] Add Tong.oscmeta - my old game from the WiiBrew days --- contents/Tong.oscmeta | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contents/Tong.oscmeta diff --git a/contents/Tong.oscmeta b/contents/Tong.oscmeta new file mode 100644 index 0000000..9906acb --- /dev/null +++ b/contents/Tong.oscmeta @@ -0,0 +1,22 @@ +{ + "information": { + "name": "TONG!", + "author": "Owen Swerkstrom", + "category": "games", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote", + "SDHC" + ], + "version": "auto" + }, + "source": { + "type": "url", + "format": "zip", + "location": "https://nongnu.org/tong/tong-wii.zip" + } +}