mirror of https://github.com/encounter/SDL.git
Vita: fix IME input languages
This commit is contained in:
parent
7ac0c73af2
commit
9c799802c9
|
@ -497,7 +497,7 @@ void VITA_ShowScreenKeyboard(_THIS, SDL_Window *window)
|
||||||
SceImeDialogParam param;
|
SceImeDialogParam param;
|
||||||
sceImeDialogParamInit(¶m);
|
sceImeDialogParamInit(¶m);
|
||||||
|
|
||||||
param.supportedLanguages = SCE_IME_LANGUAGE_ENGLISH_US;
|
param.supportedLanguages = 0;
|
||||||
param.languagesForced = SCE_FALSE;
|
param.languagesForced = SCE_FALSE;
|
||||||
param.type = SCE_IME_TYPE_DEFAULT;
|
param.type = SCE_IME_TYPE_DEFAULT;
|
||||||
param.option = 0;
|
param.option = 0;
|
||||||
|
|
Loading…
Reference in New Issue