Update Chinese NX language names

... as per the TLoZ: TotK icon files. Would this conflict with older games?
This commit is contained in:
Keve1227
2023-06-03 17:23:14 +02:00
parent 27313fe576
commit a0f235f4fd
2 changed files with 8 additions and 8 deletions

View File

@ -84,8 +84,8 @@ enum class Language : u8 {
Portuguese = 10,
Russian = 11,
Korean = 12,
Taiwanese = 13,
Chinese = 14,
TraditionalChinese = 13,
SimplifiedChinese = 14,
BrazilianPortuguese = 15,
Default = 255,