Skip to content

Commit 0ca7b6f

Browse files
committed
Merge branch 'master' of github.com:garoxas/NX_Game_Info
2 parents f95ddd9 + b3a4697 commit 0ca7b6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@
3636
- *Dangerous:* Titles with Filesystem services access and [permissions bitmask 0xffffffffffffffff](https://switchbrew.org/wiki/Filesystem_services#Permissions) set. `Has all permissions, should only be for homebrew titles and not game titles`
3737

3838
# How to
39-
NX Game Info uses `prod.keys`, `title.keys` and `console.keys` in the format as defined in https://github.com/garoxas/LibHac/blob/master/KEYS.md
39+
NX Game Info uses `prod.keys`, `title.keys` and `console.keys` in the format as defined in https://github.com/garoxas/LibHac/blob/NX_Game_Info/KEYS.md and `hac_versionlist.json` from [tagaya CDN server](https://switchbrew.org/wiki/Network#tagaya)
4040

4141
- *prod.keys*: Mandatory keys includes `header_key`, `aes_kek_generation_source`, `aes_key_generation_source`, `key_area_key_application_source` and `master_key_00`. Failing to provide these keys will make the application quit
4242
`master_key_##`, `key_area_key_application_##` and `titlekek_##` will also be necessary to decrypt titles with higher MasterKey requirement
4343
- *title.keys*: Optional, but required for `Permission` check
4444
- *console.keys*: Optional, but `sd_seed` key required for `Open SD Card` feature
45-
45+
- *hac_versionlist.json*: Optional, but required for `Latest Version` feature
46+
4647
These files should be put in the same directory as the executable for Windows or in $HOME/.switch
4748

4849
# macOS

0 commit comments

Comments
 (0)