Update PSPOskDialog.cpp

Fix Korean keyboard.
This commit is contained in:
mgaver 2013-04-23 23:55:30 +09:00
parent f8681fde08
commit c937d23214

View File

@ -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;