mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
Update ime_common.h
Fix typo - remove ULL literals from Dutch and Arabic members.
This commit is contained in:
parent
2b60d9bb55
commit
0e4b7e75b9
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ enum class OrbisImeLanguage : u64 {
|
||||||
SPANISH = 0x0000000000000008,
|
SPANISH = 0x0000000000000008,
|
||||||
FRENCH = 0x0000000000000010,
|
FRENCH = 0x0000000000000010,
|
||||||
ITALIAN = 0x0000000000000020,
|
ITALIAN = 0x0000000000000020,
|
||||||
DUTCH = 0x0000000000000040ULL,
|
DUTCH = 0x0000000000000040,
|
||||||
NORWEGIAN = 0x0000000000000080,
|
NORWEGIAN = 0x0000000000000080,
|
||||||
POLISH = 0x0000000000000100,
|
POLISH = 0x0000000000000100,
|
||||||
PORTUGUESE_PT = 0x0000000000000200,
|
PORTUGUESE_PT = 0x0000000000000200,
|
||||||
|
@ -93,7 +93,7 @@ enum class OrbisImeLanguage : u64 {
|
||||||
ENGLISH_GB = 0x0000000000040000,
|
ENGLISH_GB = 0x0000000000040000,
|
||||||
TURKISH = 0x0000000000080000,
|
TURKISH = 0x0000000000080000,
|
||||||
SPANISH_LA = 0x0000000000100000,
|
SPANISH_LA = 0x0000000000100000,
|
||||||
ARABIC = 0x0000000001000000ULL,
|
ARABIC = 0x0000000001000000,
|
||||||
FRENCH_CA = 0x0000000002000000,
|
FRENCH_CA = 0x0000000002000000,
|
||||||
THAI = 0x0000000004000000,
|
THAI = 0x0000000004000000,
|
||||||
CZECH = 0x0000000008000000,
|
CZECH = 0x0000000008000000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue