mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Change GLUI default font to support more languages
This commit is contained in:
parent
54794d5368
commit
6652a6fcf7
@ -427,7 +427,7 @@ void fill_pathname_application_special(char *s, size_t len, enum application_spe
|
||||
|
||||
fill_pathname_application_special(s1, sizeof(s1),
|
||||
APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI);
|
||||
fill_pathname_join(s, s1, "Roboto-Regular.ttf", len);
|
||||
fill_pathname_join(s, s1, "font.ttf", len);
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user