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-10-13 19:46:10 +0200
commit920742d41817688b1c15fb54f87c337ec7a7c91f (patch)
tree6dcc0dd84fd60b060ccd47bda2578f45f9960155 /src/core/file_sys/system_archive/system_archive.cpp
parentexternals: Move OSS font data to file_sys in core (diff)
downloadyuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.gz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.bz2
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.lz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.xz
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.tar.zst
yuzu-920742d41817688b1c15fb54f87c337ec7a7c91f.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},