Update PSPOskDialog.cpp

This commit is contained in:
mgaver 2013-09-29 17:12:45 +09:00
parent 8540497d09
commit 6be671b8ec

View file

@ -900,6 +900,8 @@ int PSPOskDialog::Update()
if (!strcmp(countryCode, "English Full-width"))
language = "English Full-width";
countryCode = OskKeyboardNames[currentKeyboardLanguage].c_str();
if (strcmp(countryCode, "ko_KR"))
{
PPGeDrawText("Select", 195, 245, PPGE_ALIGN_LEFT, 0.6f, CalcFadedColor(0xFFFFFFFF));