1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-09 11:25:50 -05:00

Adding sv and fi to LanguageCode.cs

This commit is contained in:
Daniel Nylander
2024-11-24 07:17:29 +01:00
committed by GitHub
parent ffad934d2f
commit fd11ec4033

View File

@@ -27,7 +27,9 @@ namespace Ryujinx.Horizon.Sdk.Settings
"es-419",
"zh-Hans",
"zh-Hant",
"pt-BR"
"pt-BR",
"sv",
"fi"
};
public Array8<byte> Value;