diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/SystemState')
| -rw-r--r-- | Ryujinx.HLE/HOS/SystemState/SystemLanguage.cs | 3 | ||||
| -rw-r--r-- | Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs | 3 | ||||
| -rw-r--r-- | Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/Ryujinx.HLE/HOS/SystemState/SystemLanguage.cs b/Ryujinx.HLE/HOS/SystemState/SystemLanguage.cs index 2046ed62..3f755105 100644 --- a/Ryujinx.HLE/HOS/SystemState/SystemLanguage.cs +++ b/Ryujinx.HLE/HOS/SystemState/SystemLanguage.cs @@ -18,6 +18,7 @@ namespace Ryujinx.HLE.HOS.SystemState CanadianFrench, LatinAmericanSpanish, SimplifiedChinese, - TraditionalChinese + TraditionalChinese, + BrazilianPortuguese } }
\ No newline at end of file diff --git a/Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs b/Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs index 2a6f327b..8aa0bfff 100644 --- a/Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs +++ b/Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs @@ -22,7 +22,8 @@ namespace Ryujinx.HLE.HOS.SystemState "fr-CA", "es-419", "zh-Hans", - "zh-Hant" + "zh-Hant", + "pt-BR" }; internal long DesiredKeyboardLayout { get; private set; } diff --git a/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs b/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs index 931463a7..21f06328 100644 --- a/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs +++ b/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs @@ -16,6 +16,7 @@ Russian, Korean, Taiwanese, - Chinese + Chinese, + BrazilianPortuguese } } |
