mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Add missing system languages
Adds Portuguese (BR) which was introduced in firmware 4.00 alongside with English (UK) Adds Turkish which was introduced in firmware 4.30
This commit is contained in:
parent
a168aa2df3
commit
7cdb5f3123
4 changed files with 9 additions and 4 deletions
|
|
@ -88,6 +88,8 @@ cfg::map_entry<s32> g_cfg_sys_language(cfg::root.sys, "Language",
|
|||
{ "Norwegian", CELL_SYSUTIL_LANG_NORWEGIAN },
|
||||
{ "Polish", CELL_SYSUTIL_LANG_POLISH },
|
||||
{ "English (UK)", CELL_SYSUTIL_LANG_ENGLISH_GB },
|
||||
{ "Portuguese (BR)", CELL_SYSUTIL_LANG_PORTUGUESE_BR },
|
||||
{ "Turkish", CELL_SYSUTIL_LANG_TURKISH },
|
||||
});
|
||||
|
||||
// For test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue