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,
TraditionalChinese,
BrazilianPortuguese,
Swedish,
Finnish,
}
}