Skip to content

Commit

Permalink
Fix the operation on not Japanese/Spanish PSP
Browse files Browse the repository at this point in the history
  • Loading branch information
173210 committed Jan 19, 2013
1 parent 7f7e6b2 commit 8a87388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/psp/ui_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,8 @@ void ui_text_init(void)
lang = 1;
else if (lang == PSP_SYSTEMPARAM_LANGUAGE_SPANISH)
lang = 2;
else
lang = 0;

for (i = 0; i < UI_TEXT_MAX; i++)
ui_text[i] = text[lang][i];
Expand Down

0 comments on commit 8a87388

Please sign in to comment.