summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_archive.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-03-10 21:51:42 +0100
committerZach Hilman <zachhilman@gmail.com>2019-03-10 21:51:42 +0100
commited82bb968a2ec785485345aa202143df57c0f8fe (patch)
tree3db6e12366aadee572fadd80920c9dcf3568d445 /src/core/file_sys/system_archive/system_archive.cpp
parentMerge pull request #2217 from ReinUsesLisp/rasterizer-logger (diff)
downloadyuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar.gz
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar.bz2
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar.lz
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar.xz
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.tar.zst
yuzu-ed82bb968a2ec785485345aa202143df57c0f8fe.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/system_archive/system_archive.cpp3
1 files changed, 2 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 e3e79f40a..c9722ed77 100644
--- a/src/core/file_sys/system_archive/system_archive.cpp
+++ b/src/core/file_sys/system_archive/system_archive.cpp
@@ -6,6 +6,7 @@
#include "core/file_sys/romfs.h"
#include "core/file_sys/system_archive/ng_word.h"
#include "core/file_sys/system_archive/system_archive.h"
+#include "core/file_sys/system_archive/system_version.h"
namespace FileSys::SystemArchive {
@@ -30,7 +31,7 @@ constexpr std::array<SystemArchiveDescriptor, SYSTEM_ARCHIVE_COUNT> SYSTEM_ARCHI
{0x0100000000000806, "NgWord", &NgWord1},
{0x0100000000000807, "SsidList", nullptr},
{0x0100000000000808, "Dictionary", nullptr},
- {0x0100000000000809, "SystemVersion", nullptr},
+ {0x0100000000000809, "SystemVersion", &SystemVersion},
{0x010000000000080A, "AvatarImage", nullptr},
{0x010000000000080B, "LocalNews", nullptr},
{0x010000000000080C, "Eula", nullptr},