summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_chinese_simplified.h
diff options
context:
space:
mode:
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