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-09-22 01:21:22 +0200
commit361a8fa318046e3c333668b3bdb91cbb46eb5639 (patch)
treee121416719a8c9bfbe3ef509319f7b5bd529cbe3 /src/core/file_sys/system_archive/data/font_chinese_simplified.h
parentUpdate README.md (#2871) (diff)
downloadyuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.gz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.bz2
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.lz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.xz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.zst
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.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