Skip to content

Commit 05f30c9

Browse files
authored
Add WiiMedic - System Diagnostic & Health Monitor (#141)
* 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 * Change source file name to WiiMedic_v1.1.0.zip Updated the file source format to specify version 1.1.0. * Change source file name to "WiiMedic_*.zip" --------- Co-authored-by: PowFPS1 <PowFPS1@users.noreply.github.com>
1 parent 41cafd1 commit 05f30c9

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

contents/WiiMedic.oscmeta

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"information": {
3+
"name": "WiiMedic",
4+
"author": "PowFPS1",
5+
"category": "utilities",
6+
"peripherals": [
7+
"Wii Remote",
8+
"GameCube Controller"
9+
],
10+
"version": "auto"
11+
},
12+
"source": {
13+
"type": "github_release",
14+
"format": "zip",
15+
"repository": "PowFPS1/WiiMedic",
16+
"file": "WiiMedic_*.zip"
17+
},
18+
"treatments": [
19+
{
20+
"treatment": "meta.remove_declaration"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)