diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-10-28 18:06:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-28 23:06:45 +0200 |
| commit | a7a40a77f2c07ea0ea9f6e7bfb57dbe9fce06db7 (patch) | |
| tree | 75902cdb890a4ed2e735c5d074ca03054641b83f /Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs | |
| parent | 5c66a36ed65f76e27c86e6481fda59f313463da3 (diff) | |
Add support for the brazilian portuguese language code (#2792)
* Add support for the brazilian portuguese language code
* Fix error applet message
Diffstat (limited to 'Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/SystemState/SystemStateMgr.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |
