mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 07:50:49 +00:00
Update PSPOskDialog.cpp
Fix Korean keyboard.
This commit is contained in:
parent
c937d23214
commit
5721412f29
@ -306,10 +306,10 @@ std::wstring PSPOskDialog::CombinationString(bool isInput)
|
||||
{
|
||||
string += sw;
|
||||
|
||||
i_value[0] = GetIndex(kor_cons, sw);
|
||||
|
||||
if(isInput == true)
|
||||
{
|
||||
i_value[0] = GetIndex(kor_cons, sw);
|
||||
|
||||
if(i_value[0] != -1)
|
||||
i_level = 1;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user