mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-22 20:06:33 +01:00
missed a JSON
This commit is contained in:
parent
af4a71d6eb
commit
4f51c68099
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue