mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added SetLanguage_ZHHANS/SetLanguage_ZHHANT. Added SetRegion_CHN, SetRegion_KOR, and SetRegion_TWN.
This commit is contained in:
parent
ceab0a693c
commit
87332e2685
@ -37,6 +37,8 @@ typedef enum
|
||||
SetLanguage_ENGB = 12, ///< GB English ("BritishEnglish")
|
||||
SetLanguage_FRCA = 13, ///< CA French ("CanadianFrench")
|
||||
SetLanguage_ES419 = 14, ///< "LatinAmericanSpanish"
|
||||
SetLanguage_ZHHANS = 15, ///< [4.0.0+] ChineseSimplified
|
||||
SetLanguage_ZHHANT = 16, ///< [4.0.0+] ChineseTraditional
|
||||
SetLanguage_Total, ///< Total languages supported by this enum.
|
||||
} SetLanguage;
|
||||
|
||||
@ -46,6 +48,9 @@ typedef enum {
|
||||
SetRegion_USA = 1, ///< The Americas
|
||||
SetRegion_EUR = 2, ///< Europe
|
||||
SetRegion_AUS = 3, ///< Australia/New Zealand
|
||||
SetRegion_CHN = 4, ///< China
|
||||
SetRegion_KOR = 5, ///< Korea
|
||||
SetRegion_TWN = 6, ///< Taiwan
|
||||
} SetRegion;
|
||||
|
||||
/// Command IDs for setsysGetFlag/setsysSetFlag.
|
||||
|
Loading…
Reference in New Issue
Block a user