Adding sv and fi to SystemStateMgr.cs

This commit is contained in:
Daniel Nylander 2024-11-24 07:18:18 +01:00 committed by GitHub
parent fd11ec4033
commit da779d9609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,8 @@ namespace Ryujinx.HLE.HOS.SystemState
"zh-Hans", "zh-Hans",
"zh-Hant", "zh-Hant",
"pt-BR", "pt-BR",
"sv",
"fi",
}; };
internal long DesiredKeyboardLayout { get; private set; } internal long DesiredKeyboardLayout { get; private set; }