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

Adding sv and fi to SystemStateMgr.cs

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

View File

@@ -23,6 +23,8 @@ namespace Ryujinx.HLE.HOS.SystemState
"zh-Hans",
"zh-Hant",
"pt-BR",
"sv",
"fi",
};
internal long DesiredKeyboardLayout { get; private set; }