0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2024-12-22 23:05:46 +00:00

Adding Swedish and Finnish to SystemLanguage.cs

This commit is contained in:
Daniel Nylander 2024-11-24 08:31:34 +01:00 committed by GitHub
parent f3f1488bbb
commit fa823bce42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,7 @@ namespace Ryujinx.HLE.HOS.SystemState
SimplifiedChinese, SimplifiedChinese,
TraditionalChinese, TraditionalChinese,
BrazilianPortuguese, BrazilianPortuguese,
Swedish,
Finnish,
} }
} }