fix nacp language buffer (ryubing/ryujinx!281)

See merge request ryubing/ryujinx!281
This commit is contained in:
LotP
2026-02-25 13:58:31 -06:00
parent 4ebc318da5
commit cc6d2dc162
7 changed files with 73 additions and 6 deletions

View File

@@ -23,7 +23,9 @@ namespace Ryujinx.HLE.HOS.SystemState
"es-419",
"zh-Hans",
"zh-Hant",
"pt-BR"
"pt-BR",
"pl",
"th"
];
internal long DesiredKeyboardLayout { get; private set; }