Skip to content

Commit 348bd21

Browse files
committed
Add support for firmware 22.0.0.
Signed-off-by: shadow2560 <24191064+shadow2560@users.noreply.github.com>
1 parent 6da8bb6 commit 348bd21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NxNandManager/NxStorage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static NxStorageType NxTypesArr[] =
6666

6767
// Title ID 0100000000000809 (SystemVersion)
6868
static NxSystemTitles systemTitlesArr[] = {
69+
{ "22.0.0", "cbf77f16ac79778d20fde55ac2f2257e.nca"},
6970
{ "21.2.0", "ac1ef488027ac5d9222d74393f03507f.nca"},
7071
{ "21.1.0", "738da79326689ef4b72f702693bfc48a.nca"},
7172
{ "21.0.1", "e7273dd5b560d0ba282fc64206fecb56.nca"},
@@ -151,6 +152,7 @@ static NxSystemTitles systemTitlesArr[] = {
151152

152153
// Title ID 010000000000081B (BootImagePackageExFat)
153154
static NxSystemTitles exFatTitlesArr[] = {
155+
{ "22.0.0", "fe3c3e687a54d43b1a31469f9d6c6172.nca"},
154156
{ "21.2.0", "061e68902d7a8f431787428bd328a2fa.nca"},
155157
{ "21.1.0", "5d920340732acee21eda71743688d71a.nca"},
156158
{ "21.0.1", "5d920340732acee21eda71743688d71a.nca"},

0 commit comments

Comments
 (0)