mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-01 01:11:46 +00:00
Update PSPOskDialog.cpp
Fix Korean keyboard.
This commit is contained in:
parent
f8681fde08
commit
c937d23214
@ -680,7 +680,7 @@ std::wstring PSPOskDialog::CombinationString(bool isInput)
|
||||
|
||||
string += code;
|
||||
|
||||
u16 code = 0xAC00 + tmp2 * 0x24C + tmp * 0x1C;
|
||||
code = 0xAC00 + tmp2 * 0x24C + tmp * 0x1C;
|
||||
|
||||
string += code;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user