mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 12:09:07 +00:00
fixup
This commit is contained in:
parent
46c91abe0a
commit
7073a372ad
@ -34,7 +34,7 @@ static bool IsValidOption(OrbisImeOption option, OrbisImeType type) {
|
||||
}
|
||||
|
||||
if (True(option & OrbisImeOption::NO_AUTO_CAPITALIZATION /* NoAutoCompletion */) &&
|
||||
type != OrbisImeType::Number && type != OrbisImeType::BasicLatin) {
|
||||
type != OrbisImeType::Default && type != OrbisImeType::BasicLatin) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user