From e4052a1dab5a754e797e33bbda7778bfb5a1b8ca Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Thu, 28 Oct 2021 20:03:23 -0400 Subject: ns: language: Add BrazilianPortuguese to ApplicationLanguage It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages. --- src/core/hle/service/ns/language.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/ns/language.h') diff --git a/src/core/hle/service/ns/language.h b/src/core/hle/service/ns/language.h index e9829f9d2..d84c3f277 100644 --- a/src/core/hle/service/ns/language.h +++ b/src/core/hle/service/ns/language.h @@ -30,6 +30,7 @@ enum class ApplicationLanguage : u8 { Korean, TraditionalChinese, SimplifiedChinese, + BrazilianPortuguese, Count }; using ApplicationLanguagePriorityList = -- cgit v1.2.3