mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
overlay: Add missing break statement in font loading logic (#3998)
This commit is contained in:
committed by
GitHub
parent
5bcef8e0d9
commit
e1b2bcee4e
@@ -221,6 +221,7 @@ glyph_load_setup font::get_glyph_files(language_class class_) const {
|
||||
result.font_names.emplace_back("NotoSansCJK-Regular.ttc");
|
||||
result.font_names.emplace_back("NotoSansSC-Regular.otf");
|
||||
result.font_names.emplace_back("wqy-microhei.ttc");
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
case language_class::hangul: {
|
||||
|
||||
Reference in New Issue
Block a user