missed a JSON

This commit is contained in:
LotP1 2024-12-18 14:59:36 +01:00
parent af4a71d6eb
commit 4f51c68099

View file

@ -158,7 +158,7 @@ namespace Ryujinx.Ava.Common.Locale
return null;
}
LocalesJson json = JsonHelper.Deserialize(fileData, LocalesJsonContext.Default.LocalesJSON);
LocalesJson json = JsonHelper.Deserialize(fileData, LocalesJsonContext.Default.LocalesJson);
foreach (LocalesEntry locale in json.Locales)
{