Skip to content

Commit 43a1eb2

Browse files
committed
Add firmware 21.0.0 NCAs identification.
Signed-off-by: shadow2560 <24191064+shadow2560@users.noreply.github.com>
1 parent 7a41b24 commit 43a1eb2

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+
{ "21.0.0", "4b0130c8b9d2174a6574f6247655acc0.nca"},
6970
{ "20.5.0", "23ce01f1fc55e55a783162d456e5ca58.nca"},
7071
{ "20.4.0", "c413a3965b7a3d4c9bfa5fb47a43dbcc.nca"},
7172
{ "20.3.0", "bc668b6d31f199b568d08e26d0b22cbe.nca"},
@@ -147,6 +148,7 @@ static NxSystemTitles systemTitlesArr[] = {
147148

148149
// Title ID 010000000000081B (BootImagePackageExFat)
149150
static NxSystemTitles exFatTitlesArr[] = {
151+
{ "21.0.0", "5d920340732acee21eda71743688d71a.nca"},
150152
{ "20.5.0", "793b767dc1ded58a9d1922df07bc0cd4.nca"},
151153
{ "20.4.0", "793b767dc1ded58a9d1922df07bc0cd4.nca"},
152154
{ "20.3.0", "793b767dc1ded58a9d1922df07bc0cd4.nca"},

0 commit comments

Comments
 (0)