mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
overlays: Use SCE-PS3-DH-R-CGB.TTF for chinese characters
This commit is contained in:
parent
2042b54d2d
commit
6a51cd9f7f
|
|
@ -135,15 +135,17 @@ namespace rsx
|
|||
|
||||
// Attempt to load a font from dev_flash before any other source
|
||||
result.font_names.emplace_back("SCE-PS3-SR-R-JPN.TTF");
|
||||
result.font_names.emplace_back("SCE-PS3-SR-R-EXT.TTF");
|
||||
result.font_names.emplace_back("SCE-PS3-DH-R-CGB.TTF");
|
||||
|
||||
// Known system font as last fallback
|
||||
result.font_names.emplace_back("Yu Gothic.ttf");
|
||||
result.font_names.emplace_back("YuGothR.ttc");
|
||||
#ifdef _WIN32
|
||||
result.font_names.emplace_back("msyh.ttc");
|
||||
result.font_names.emplace_back("simsunb.ttc");
|
||||
result.font_names.emplace_back("simsun.ttc");
|
||||
result.font_names.emplace_back("SimsunExtG.ttf");
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
case language_class::hangul:
|
||||
|
|
|
|||
Loading…
Reference in a new issue