summaryrefslogtreecommitdiff
path: root/externals/open_source_archives/include/FontExtendedChineseSimplified.h
diff options
context:
space:
mode:
authorGravatar David Marcec2019-09-22 17:47:25 +1000
committerGravatar David Marcec2019-09-22 17:47:25 +1000
commitd961d5479e0246f217883b57bbfdd736610b642e (patch)
treedcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/include/FontExtendedChineseSimplified.h
parentMerge pull request #2535 from DarkLordZach/cheat-v2 (diff)
downloadyuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.gz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.xz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.zip
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a.
Diffstat (limited to 'externals/open_source_archives/include/FontExtendedChineseSimplified.h')
-rw-r--r--externals/open_source_archives/include/FontExtendedChineseSimplified.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/open_source_archives/include/FontExtendedChineseSimplified.h b/externals/open_source_archives/include/FontExtendedChineseSimplified.h
new file mode 100644
index 000000000..94627dbca
--- /dev/null
+++ b/externals/open_source_archives/include/FontExtendedChineseSimplified.h
@@ -0,0 +1,6 @@
1#pragma once
2
3#include <array>
4
5extern const std::array<unsigned char, 293516> FontExtendedChineseSimplified;
6