mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-21 01:02:01 +00:00
Adding sv and fi to SystemStateMgr.cs
This commit is contained in:
parent
fd11ec4033
commit
da779d9609
1 changed files with 2 additions and 0 deletions
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue