Skip to content

Commit b2fb64b

Browse files
authored
Update README.md
1 parent f6a980a commit b2fb64b

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
@@ -1,7 +1,7 @@
11
# NX Game Info
22

33
# Features
4-
- NSP, XCI and installed titles on Switch SD card
4+
- NSP, XCI, NRO and installed titles on Switch SD card
55
- Game files structure (Scene Release, CDN Rip, Authoring Tool, Converted from other formats)
66
- NCA signature to verify official Nintendo titles. Unmodified titles should pass this verification, although titles converted from other formats will not
77
- Filesystem services permissions. Game titles should not have excessive permissions, and only trust titles with `Unsafe` and `Dangerous` from reliable source
@@ -25,6 +25,7 @@
2525
- Distribution
2626
- *Digital:* eShop titles (NSP)
2727
- *Cartridge:* Gamecard titles (XCI)
28+
- *Homebrew:* Homebrew titles (NRO)
2829
- *Filesystem:* Installed titles on Switch SD card (NAX0)
2930
- Structure
3031
- *Scene (for XCI files):* XCI files with `Update Partition`, `Normal Partition` and `Secure Partition`
@@ -50,7 +51,7 @@ NX Game Info uses `prod.keys`, `title.keys` and `console.keys` in the format as
5051
`master_key_##`, `key_area_key_application_##` and `titlekek_##` will also be necessary to decrypt titles with higher MasterKey requirement
5152
- *title.keys*: Optional, but required for `Permission` check
5253
- *console.keys*: Optional, but `sd_seed` key required for `Open SD Card` feature
53-
- *hac_versionlist.json*: Optional, but required for `Latest Version` feature
54+
- *hac_versionlist.json*: [Optional](https://pastebin.com/raw/9N26Bx10), but required for `Latest Version` feature
5455

5556
The application will look for these files at the following locations (other file locations will follow wherever `prod.keys` file was found)
5657

0 commit comments

Comments
 (0)