Skip to content

Commit

Permalink
Add Newo Bit and Cheat Manager (#91)
Browse files Browse the repository at this point in the history
* Add Newo Bit and Cheat Manager
  • Loading branch information
playerjmr authored Sep 21, 2024
1 parent af81af2 commit 32801bb
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
22 changes: 22 additions & 0 deletions contents/cheat-manager.oscmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"information": {
"name": "Cheat Manager",
"author": "Spritez",
"category": "utilities",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote",
"SDHC"
],
"version": "0.3"
},
"source": {
"type": "url",
"format": "rar",
"location": "https://wiibrew.org/w/images/c/c7/Cheat_manager_v0_3.rar"
}
}
34 changes: 34 additions & 0 deletions contents/newobit.oscmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"information": {
"name": "Newo Bit",
"author": "Owen",
"category": "Games",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote",
"Nunchuk",
"Classic Controller",
"GameCube Controller",
"SDHC"
],
"version": "1.0"
},
"source": {
"type": "url",
"format": "zip",
"location": "https://owensoft.net/project/newogame/dl/newobit.zip"
},
"treatments": [
{
"treatment": "contents.move",
"arguments": [
"newobit/",
"apps/newobit/"
]
}
]
}

0 comments on commit 32801bb

Please sign in to comment.