summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_archive.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 00:51:41 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 01:21:58 +0200
commit8b857fc7c2908aad389e65963e0ddf5003daf795 (patch)
treeed894e1ad78493ba0d5fa53ae3d91d3246a6a9e1 /src/core/file_sys/system_archive/system_archive.cpp
parentpl_u: Expose method to encrypt TTF to BFTTF (diff)
downloadyuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.gz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.bz2
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.lz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.xz
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.tar.zst
yuzu-8b857fc7c2908aad389e65963e0ddf5003daf795.zip
Diffstat (limited to 'src/core/file_sys/system_archive/system_archive.cpp')
-rw-r--r--src/core/file_sys/system_archive/system_archive.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/core/file_sys/system_archive/system_archive.cpp b/src/core/file_sys/system_archive/system_archive.cpp
index 6d8445383..e93d100a5 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/mii_model.h"
#include "core/file_sys/system_archive/ng_word.h"
+#include "core/file_sys/system_archive/shared_font.h"
#include "core/file_sys/system_archive/system_archive.h"
#include "core/file_sys/system_archive/system_version.h"
@@ -39,11 +40,11 @@ constexpr std::array<SystemArchiveDescriptor, SYSTEM_ARCHIVE_COUNT> SYSTEM_ARCHI
{0x010000000000080D, "UrlBlackList", nullptr},
{0x010000000000080E, "TimeZoneBinary", nullptr},
{0x010000000000080F, "CertStoreCruiser", nullptr},
- {0x0100000000000810, "FontNintendoExtension", nullptr},
- {0x0100000000000811, "FontStandard", nullptr},
- {0x0100000000000812, "FontKorean", nullptr},
- {0x0100000000000813, "FontChineseTraditional", nullptr},
- {0x0100000000000814, "FontChineseSimple", nullptr},
+ {0x0100000000000810, "FontNintendoExtension", &FontNintendoExtension},
+ {0x0100000000000811, "FontStandard", &FontStandard},
+ {0x0100000000000812, "FontKorean", &FontKorean},
+ {0x0100000000000813, "FontChineseTraditional", &FontChineseTraditional},
+ {0x0100000000000814, "FontChineseSimple", &FontChineseSimple},
{0x0100000000000815, "FontBfcpx", nullptr},
{0x0100000000000816, "SystemUpdate", nullptr},
{0x0100000000000817, "0100000000000817", nullptr},