From 27176f361597940582a10f89deb54e98b71c4f88 Mon Sep 17 00:00:00 2001 From: PowFPS1 Date: Thu, 12 Feb 2026 16:17:01 -0700 Subject: [PATCH] Add WiiMedic - System Diagnostic & Health Monitor WiiMedic is a comprehensive Wii hardware diagnostic tool that checks system info, NAND health, IOS integrity, storage speed, controller condition, and network connectivity. Generates a full report saved to SD card. Homepage: https://wiibrew.org/wiki/WiiMedic Source: https://github.com/PowFPS1/WiiMedic --- contents/WiiMedic.oscmeta | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contents/WiiMedic.oscmeta diff --git a/contents/WiiMedic.oscmeta b/contents/WiiMedic.oscmeta new file mode 100644 index 0000000..2ebc714 --- /dev/null +++ b/contents/WiiMedic.oscmeta @@ -0,0 +1,23 @@ +{ + "information": { + "name": "WiiMedic", + "author": "PowFPS1", + "category": "utilities", + "peripherals": [ + "Wii Remote", + "GameCube Controller" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "PowFPS1/WiiMedic", + "file": "WiiMedic-*.zip" + }, + "treatments": [ + { + "treatment": "meta.remove_declaration" + } + ] +}