Moving Swedish in SystemStateMgr.cs

This commit is contained in:
Daniel Nylander 2024-11-23 18:54:38 +01:00 committed by GitHub
parent 74677d8a10
commit 6e279b68f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ namespace Ryujinx.HLE.HOS.SystemState
"nl", "nl",
"pt", "pt",
"ru", "ru",
"sv",
"zh-TW", "zh-TW",
"en-GB", "en-GB",
"fr-CA", "fr-CA",
@ -24,6 +23,7 @@ namespace Ryujinx.HLE.HOS.SystemState
"zh-Hans", "zh-Hans",
"zh-Hant", "zh-Hant",
"pt-BR", "pt-BR",
"sv",
}; };
internal long DesiredKeyboardLayout { get; private set; } internal long DesiredKeyboardLayout { get; private set; }