From 8be475d4dc9ce6a3cdc46ed08ce8874c34bbe8cc Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Thu, 6 Dec 2018 10:17:50 -0500 Subject: system_archive: Implement open source NgWord2 --- src/core/file_sys/system_archive/system_archive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/file_sys/system_archive/system_archive.cpp') 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 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}, -- cgit v1.2.3