mirror of
https://github.com/HamletDuFromage/sigpatches-updater.git
synced 2024-11-09 21:51:48 +00:00
updated README.md
This commit is contained in:
parent
c9bec100e4
commit
3064375eb0
2 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ build/
|
||||||
*.nacp
|
*.nacp
|
||||||
*.nro
|
*.nro
|
||||||
sigpatches-updater/
|
sigpatches-updater/
|
||||||
|
*.zip
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
A Nintendo Switch homebrew to fetch and extract the latest sigpatches
|
A Nintendo Switch homebrew to fetch and extract the latest sigpatches
|
||||||
|
|
||||||
## How to install/use
|
## How to install/use
|
||||||
|
This works for both Hekate and fusee-primary injection
|
||||||
- Drop the `sigpatches-installer` directory from the releases in your `/switch/` directory on your SD card
|
- Drop the `sigpatches-installer` directory from the releases in your `/switch/` directory on your SD card
|
||||||
- Launch the app through the homebrew menu and select the patches you want
|
- Launch the app through the homebrew menu and select the patches you want
|
||||||
|
|
||||||
|
@ -17,13 +18,13 @@ Sigpatches allow your Switch to install and run unofficial NSP file (digital tit
|
||||||
Note that you must use CFW to launch these applications even after installation as sigpatches are always required to do so.
|
Note that you must use CFW to launch these applications even after installation as sigpatches are always required to do so.
|
||||||
|
|
||||||
### Which sigpatches should I chose?
|
### Which sigpatches should I chose?
|
||||||
If you're entering Atmosphere by injecting the \"fusee-primary.bin\" payload, download the appropriate sigpatches. If you're using Hekatee and \"fss0\", get the Hekate sigpatches.
|
If you're entering Atmosphere by injecting the \"fusee-primary.bin\" payload, download the appropriate sigpatches. If you're using Hekate and \"fss0\", get the Hekate sigpatches.
|
||||||
|
|
||||||
### Where do those sigpatches come from?
|
### Where do those sigpatches come from?
|
||||||
The sigpatches are, as of now, pulled directly from the Gbatemp threads. You can find the links the homebrew uses [here](https://hamletdufromage.github.io/sigpatches-updater/sigpatches.html). Because those links are updated with a cron job, the links might be down for a little bit right after new sigpatches are uploaded to Gbatemp. If this persists and the links remain broken please open an issue and i'll investigate.
|
The sigpatches are, as of now, pulled directly from the Gbatemp threads. You can find the links the homebrew uses [here](https://hamletdufromage.github.io/sigpatches-updater/sigpatches.html). Because those links are updated with a cron job, the links might be down for a little bit right after new sigpatches are uploaded to Gbatemp. If this persists and the links remain broken please open an issue and i'll investigate.
|
||||||
|
|
||||||
### Legality?
|
### Legality?
|
||||||
Please use only sigpatches to install backups of games you own, or homebrew applications you are allowed to install. Using sigpatches is legal, and I am not hosting sigpatches myself. This tool merely automates a process that is routinely done by thousands of Switch owners.
|
Please only use sigpatches to install backups of games you own, or homebrew applications you are allowed to install. Using sigpatches is legal, and I am not hosting sigpatches myself. This tool merely automates a process that is routinely done by thousands of Switch owners.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
![screenshot1](https://user-images.githubusercontent.com/61667930/92999680-691dd280-f512-11ea-8bff-9d840e8ed10e.jpg)
|
![screenshot1](https://user-images.githubusercontent.com/61667930/92999680-691dd280-f512-11ea-8bff-9d840e8ed10e.jpg)
|
||||||
|
|
Loading…
Reference in a new issue