summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/data/font_korean.cpp
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-01-23 20:53:24 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-01-24 23:54:19 +0100
commit845a5dbca9a456696202b96ad895e78949790ee8 (patch)
tree2864a28c01bd414edce7f8aa264d8815c6910dbd /src/core/file_sys/system_archive/data/font_korean.cpp
parentsystem_archive: Fix Chinese font (diff)
downloadyuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar.gz
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar.bz2
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar.lz
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar.xz
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.tar.zst
yuzu-845a5dbca9a456696202b96ad895e78949790ee8.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/system_archive/data/font_korean.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/system_archive/data/font_korean.cpp b/src/core/file_sys/system_archive/data/font_korean.cpp
index 33ffb35eb..47edae46b 100644
--- a/src/core/file_sys/system_archive/data/font_korean.cpp
+++ b/src/core/file_sys/system_archive/data/font_korean.cpp
@@ -6,6 +6,7 @@
namespace FileSys::SystemArchive::SharedFontData {
+// clang-format off
const std::array<unsigned char, 2227620> FONT_KOREAN{{
0x4f, 0x54, 0x54, 0x4f, 0x00, 0x0e, 0x00, 0x80, 0x00, 0x03, 0x00, 0x60,
0x43, 0x46, 0x46, 0x20, 0x37, 0x0f, 0x97, 0x4f, 0x00, 0x00, 0x00, 0xf4,
@@ -185643,5 +185644,6 @@ const std::array<unsigned char, 2227620> FONT_KOREAN{{
0xfc, 0x16, 0xfd, 0x5b, 0x0b, 0x70, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0xed,
}};
+// clang-format on
} // namespace FileSys::SystemArchive::SharedFontData