2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

system_archive: Fix Korean font

Fixes Korean fonts when using Open-source system archives.
This commit is contained in:
FearlessTobi 2019-11-22 20:00:11 +01:00
parent 51c8aea979
commit 999e3f89b9
2 changed files with 185637 additions and 13582 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,6 @@
namespace FileSys::SystemArchive::SharedFontData {
extern const std::array<unsigned char, 217276> FONT_KOREAN;
extern const std::array<unsigned char, 2227620> FONT_KOREAN;
} // namespace FileSys::SystemArchive::SharedFontData