mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update PSPOskDialog.cpp
This commit is contained in:
parent
8540497d09
commit
6be671b8ec
1 changed files with 2 additions and 0 deletions
|
@ -900,6 +900,8 @@ int PSPOskDialog::Update()
|
||||||
if (!strcmp(countryCode, "English Full-width"))
|
if (!strcmp(countryCode, "English Full-width"))
|
||||||
language = "English Full-width";
|
language = "English Full-width";
|
||||||
|
|
||||||
|
countryCode = OskKeyboardNames[currentKeyboardLanguage].c_str();
|
||||||
|
|
||||||
if (strcmp(countryCode, "ko_KR"))
|
if (strcmp(countryCode, "ko_KR"))
|
||||||
{
|
{
|
||||||
PPGeDrawText("Select", 195, 245, PPGE_ALIGN_LEFT, 0.6f, CalcFadedColor(0xFFFFFFFF));
|
PPGeDrawText("Select", 195, 245, PPGE_ALIGN_LEFT, 0.6f, CalcFadedColor(0xFFFFFFFF));
|
||||||
|
|
Loading…
Add table
Reference in a new issue