Add support for the brazilian portuguese language code (#2792)

* Add support for the brazilian portuguese language code

* Fix error applet message
This commit is contained in:
gdkchan
2021-10-28 23:06:45 +02:00
committed by GitHub
parent 5c66a36ed6
commit a7a40a77f2
7 changed files with 17 additions and 12 deletions
@@ -18,6 +18,7 @@ namespace Ryujinx.HLE.HOS.SystemState
CanadianFrench,
LatinAmericanSpanish,
SimplifiedChinese,
TraditionalChinese
TraditionalChinese,
BrazilianPortuguese
}
}