mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-03 01:19:51 +01:00
Moving Swedish in SystemStateMgr.cs
This commit is contained in:
parent
74677d8a10
commit
6e279b68f0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,6 @@ namespace Ryujinx.HLE.HOS.SystemState
|
|||
"nl",
|
||||
"pt",
|
||||
"ru",
|
||||
"sv",
|
||||
"zh-TW",
|
||||
"en-GB",
|
||||
"fr-CA",
|
||||
|
@ -24,6 +23,7 @@ namespace Ryujinx.HLE.HOS.SystemState
|
|||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"pt-BR",
|
||||
"sv",
|
||||
};
|
||||
|
||||
internal long DesiredKeyboardLayout { get; private set; }
|
||||
|
|
Loading…
Reference in a new issue