summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_chinese_simplified.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 00:49:52 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-13 19:46:10 +0200
commitd6d6a87bde05bc7bed48446708bd19cf0498af8a (patch)
tree76f744dc9c0377b394f4e336c4da17cf0039893a /src/core/file_sys/system_archive/data/font_chinese_simplified.h
parentMerge pull request #2910 from FearlessTobi/port-4930 (diff)
downloadyuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.gz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.bz2
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.lz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.xz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.zst
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.zip
Diffstat (limited to 'src/core/file_sys/system_archive/data/font_chinese_simplified.h')
-rw-r--r--src/core/file_sys/system_archive/data/font_chinese_simplified.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/data/font_chinese_simplified.h b/src/core/file_sys/system_archive/data/font_chinese_simplified.h
new file mode 100644
index 000000000..161de4542
--- /dev/null
+++ b/src/core/file_sys/system_archive/data/font_chinese_simplified.h
@@ -0,0 +1,13 @@
+// Copyright 2019 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include <array>
+
+namespace FileSys::SystemArchive::SharedFontData {
+
+extern const std::array<unsigned char, 217276> FONT_CHINESE_SIMPLIFIED;
+
+} // namespace FileSys::SystemArchive::SharedFontData