mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12: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
|
@ -601,6 +601,7 @@ static const char* get_param_string_key(s32 id)
|
|||
case CELL_GAME_PARAMID_TITLE_POLISH: return "TITLE_16";
|
||||
case CELL_GAME_PARAMID_TITLE_PORTUGUESE_BRAZIL: return "TITLE_17";
|
||||
case CELL_GAME_PARAMID_TITLE_ENGLISH_UK: return "TITLE_18";
|
||||
case CELL_GAME_PARAMID_TITLE_TURKISH: return "TITLE_19";
|
||||
|
||||
case CELL_GAME_PARAMID_TITLE_ID: return "TITLE_ID";
|
||||
case CELL_GAME_PARAMID_VERSION: return "VERSION";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue