Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jul 6, 2023
1 parent c2fba46 commit 6427a90
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion EmmcHaccGen.GUI/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private async void OnFileInputChanged()
}
catch (Exception e)
{
FileStatus.Content = $"[Exception] {e.Message}";
FileStatus.Content = e.Message;
return;
}

Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

Supposed to be a replacement of ChoiDujour

# How to use
Go to the [Releases](https://github.com/suchmememanyskill/EmmcHaccGen/releases) tab to grab yourself the latest release.
# How to use (GUI)

Go to the [Releases](https://github.com/suchmememanyskill/EmmcHaccGen/releases) tab to grab yourself the latest `EmmcHaccGen.GUI.Windows` release.

Extract into a new folder and open `EmmcHaccGen.GUI.exe`

Select the location of `prod.keys`, and the firmware folder. Then toggle relevant options, then generate.

![EmmcHaccGen.GUI.Windows Preview](preview.png)


# How to use (CLI)
Go to the [Releases](https://github.com/suchmememanyskill/EmmcHaccGen/releases) tab to grab yourself the latest `EmmcHaccGen.CLI` release.

```
EmmcHaccGen:
Generates boot files for the Nintendo Switch. Generates Boot01, bcpkg2 and the 120 system save.
Expand All @@ -28,15 +40,3 @@ Options:

- Denn/Dennthecafebabe for being awesome in general and being the first in implementing imkv gen in [Vaporware](https://github.com/dennthecafebabe/vaporware) and [Pyhac](https://github.com/dennthecafebabe/pyhac), which this projects imkvdb gen is based on
- Thealexbarney for making libhac, which is used in this project.

# Table of working firmwares

| Firmware version | Result |
|:----------------:|:------:|
| 1.0.0 | Works (Only no-exfat)
| 2.0.0 -> 2.2.0 | Untested
| 2.3.0 | Works
| 3.0.0 -> 3.0.2 | Untested
| 4.0.0 -> 4.1.0 | Works
| 5.0.0 -> 6.1.0 | Untested
| 6.2.0 -> 12.0.2 | Works
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6427a90

Please sign in to comment.