mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 10:48:02 -05:00
system_archive: Fix Chinese font
Adds the proper OSS font for the Chinese language.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
namespace FileSys::SystemArchive::SharedFontData {
|
namespace FileSys::SystemArchive::SharedFontData {
|
||||||
|
|
||||||
extern const std::array<unsigned char, 217276> FONT_CHINESE_SIMPLIFIED;
|
extern const std::array<unsigned char, 8334256> FONT_CHINESE_SIMPLIFIED;
|
||||||
|
|
||||||
} // namespace FileSys::SystemArchive::SharedFontData
|
} // namespace FileSys::SystemArchive::SharedFontData
|
||||||
|
Reference in New Issue
Block a user