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
d1b862de21
commit
832bf55173
1 changed files with 3 additions and 3 deletions
|
@ -43,10 +43,10 @@ static const wchar_t diacritics[2][103] =
|
|||
// Korean(Hangul) consonant
|
||||
static const wchar_t kor_cons[] = L"ㄱㄲㄴㄷㄸㄹㅁㅂㅃㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎ";
|
||||
|
||||
// Korean(Hangul) bowels, Some bowels are not used, them will be spacing
|
||||
// Korean(Hangul) vowels, Some bowels are not used, them will be spacing
|
||||
static const wchar_t kor_vowel[] = L"ㅏㅐㅑㅒㅓㅔㅕㅖㅗ ㅛㅜ ㅠㅡ ㅣ";
|
||||
|
||||
// Korean(Hangul) bowel Combination key
|
||||
// Korean(Hangul) vowel Combination key
|
||||
const int kor_vowelCom[] = {0,8,9,1,8,10,20,8,11,4,13,14,5,13,15,20,13,16,20,18,19};
|
||||
|
||||
// Korean(Hangul) last consonant(diacritics)
|
||||
|
@ -869,4 +869,4 @@ void PSPOskDialog::DoState(PointerWrap &p)
|
|||
p.Do(selectedChar);
|
||||
p.Do(inputChars);
|
||||
p.DoMarker("PSPOskDialog");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue