Skip to content

Commit

Permalink
Add various homebrew
Browse files Browse the repository at this point in the history
- averne/Fizeau
- ITotalJustice/untitled
- PoloNX/SimpleModDownloader
- Slluxx/AmiiboGenerator
  • Loading branch information
MentalBlank committed Oct 4, 2024
1 parent 2245414 commit 75f698f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This project utilizes and credits the following repositories:
| Repository | Description |
|------------|-------------|
| [Atmosphere-NX/Atmosphere](https://github.com/Atmosphere-NX/Atmosphere) | Custom firmware |
| [averne/Fizeau](https://github.com/averne/Fizeau) | Screen color adjuster |
| [BernardoGiordano/Checkpoint](https://github.com/BernardoGiordano/Checkpoint) | Save game manager |
| [cathery/sys-con](https://github.com/cathery/sys-con) | 3rd party controller usage |
| [cathery/sys-ftpd](https://github.com/cathery/sys-ftpd) | FTP server system module |
Expand All @@ -59,14 +60,17 @@ This project utilizes and credits the following repositories:
| [fortheusers/hb-appstore](https://github.com/fortheusers/hb-appstore) | Homebrew app store |
| [HamletDuFromage/aio-switch-updater](https://github.com/HamletDuFromage/aio-switch-updater) | Updater for various things |
| [ITotalJustice/Gamecard-Installer-NX](https://github.com/ITotalJustice/Gamecard-Installer-NX) | Gamecard installer |
| [ITotalJustice/untitled](https://github.com/ITotalJustice/untitled) | Batch title uninstaller |
| [J-D-K/JKSV](https://github.com/J-D-K/JKSV) | Save manager for Switch |
| [joel16/NX-Shell](https://github.com/joel16/NX-Shell) | File manager |
| [masagrator/Status-Monitor-Overlay](https://github.com/masagrator/Status-Monitor-Overlay) | Status monitor overlay |
| [nadrino/SimpleModManager](https://github.com/nadrino/SimpleModManager) | Simple game mod manager |
| [ndeadly/MissionControl](https://github.com/ndeadly/MissionControl) | Alternative Controller support |
| [PoloNX/SimpleModDownloader](https://github.com/PoloNX/SimpleModDownloader) | Simple game mod downloader |
| [ppkantorski/Ultrahand-Overlay](https://github.com/ppkantorski/Ultrahand-Overlay) | Overlay menu for the Switch |
| [proferabg/EdiZon-Overlay](https://github.com/proferabg/EdiZon-Overlay) | Overlay for EdiZon cheat manager |
| [retronx-team/sys-clk](https://github.com/retronx-team/sys-clk) | Overclocking/underclocking system module |
| [Slluxx/AmiiboGenerator](https://github.com/Slluxx/AmiiboGenerator) | Generates Amiibo images for Emuiibo |
| [Slluxx/IconGrabber](https://github.com/Slluxx/IconGrabber) | Game icon grabber |
| [spacemeowx2/ldn_mitm](https://github.com/spacemeowx2/ldn_mitm) | Play local wireless supported games online |
| [suchmememanyskill/themezer-nx](https://github.com/suchmememanyskill/themezer-nx) | Custom themes downloader |
Expand Down
32 changes: 32 additions & 0 deletions download_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
}
]
},
"ITotalJustice/untitled": {
"files": [
{
"file": "untitled.zip",
"target_paths": ["release"]
}
]
},
"averne/Fizeau": {
"files": [
{
"file": "Fizeau-*.zip",
"target_paths": ["release"]
}
]
},
"BernardoGiordano/Checkpoint": {
"files": [
{
Expand Down Expand Up @@ -85,6 +101,14 @@
}
]
},
"PoloNX/SimpleModDownloader": {
"files": [
{
"file": "SimpleModDownloader.nro",
"target_paths": ["release/switch/SimpleModDownloader"]
}
]
},
"nadrino/SimpleModManager": {
"files": [
{
Expand All @@ -93,6 +117,14 @@
}
]
},
"Slluxx/AmiiboGenerator": {
"files": [
{
"file": "AmiiboGenerator.nro",
"target_paths": ["release/switch/AmiiboGenerator"]
}
]
},
"ITotalJustice/Gamecard-Installer-NX": {
"files": [
{
Expand Down

0 comments on commit 75f698f

Please sign in to comment.