mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Add a comment.
This commit is contained in:
parent
e859b79948
commit
39db37cfd3
@ -373,6 +373,9 @@ void NativeInit(int argc, const char *argv[],
|
||||
|
||||
i18nrepo.LoadIni(g_Config.languageIni);
|
||||
I18NCategory *d = GetI18NCategory("DesktopUI");
|
||||
// Note to translators: do not translate this/add this to PPSSPP-lang's files.
|
||||
// It's intended to be custom for every user.
|
||||
// Only add it to your own personal copies of PPSSPP.
|
||||
g_Config.sFont = d->T("Font", "Trebuchet MS");
|
||||
|
||||
if (!boot_filename.empty() && stateToLoad != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user