summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_archive.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-06 16:17:50 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-06 16:17:50 +0100
commit8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc (patch)
treea4ad32bd925925f3288808fb11b2ca5ac81df801 /src/core/file_sys/system_archive/system_archive.cpp
parentMerge pull request #1867 from lioncash/alloc (diff)
downloadyuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar.gz
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar.bz2
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar.lz
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar.xz
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.tar.zst
yuzu-8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc.zip
Diffstat (limited to 'src/core/file_sys/system_archive/system_archive.cpp')
-rw-r--r--src/core/file_sys/system_archive/system_archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/system_archive/system_archive.cpp b/src/core/file_sys/system_archive/system_archive.cpp
index d3883267c..e3e79f40a 100644
--- a/src/core/file_sys/system_archive/system_archive.cpp
+++ b/src/core/file_sys/system_archive/system_archive.cpp
@@ -56,7 +56,7 @@ constexpr std::array<SystemArchiveDescriptor, SYSTEM_ARCHIVE_COUNT> SYSTEM_ARCHI
{0x0100000000000820, "PlatformConfigCopper", nullptr},
{0x0100000000000821, "PlatformConfigHoag", nullptr},
{0x0100000000000822, "ControllerFirmware", nullptr},
- {0x0100000000000823, "NgWord2", nullptr},
+ {0x0100000000000823, "NgWord2", &NgWord2},
{0x0100000000000824, "PlatformConfigIcosaMariko", nullptr},
{0x0100000000000825, "ApplicationBlackList", nullptr},
{0x0100000000000826, "RebootlessSystemUpdateVersion", nullptr},