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
|
@ -899,6 +899,8 @@ int PSPOskDialog::Update()
|
|||
|
||||
if (!strcmp(countryCode, "English Full-width"))
|
||||
language = "English Full-width";
|
||||
|
||||
countryCode = OskKeyboardNames[currentKeyboardLanguage].c_str();
|
||||
|
||||
if (strcmp(countryCode, "ko_KR"))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue