mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-21 05:42:03 +00:00
Adding sv and fi to LanguageCode.cs
This commit is contained in:
parent
ffad934d2f
commit
fd11ec4033
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ namespace Ryujinx.Horizon.Sdk.Settings
|
||||||
"es-419",
|
"es-419",
|
||||||
"zh-Hans",
|
"zh-Hans",
|
||||||
"zh-Hant",
|
"zh-Hant",
|
||||||
"pt-BR"
|
"pt-BR",
|
||||||
|
"sv",
|
||||||
|
"fi"
|
||||||
};
|
};
|
||||||
|
|
||||||
public Array8<byte> Value;
|
public Array8<byte> Value;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue