mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-03 17:39:53 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalesJson json = JsonHelper.Deserialize(fileData, LocalesJsonContext.Default.LocalesJSON);
|
LocalesJson json = JsonHelper.Deserialize(fileData, LocalesJsonContext.Default.LocalesJson);
|
||||||
|
|
||||||
foreach (LocalesEntry locale in json.Locales)
|
foreach (LocalesEntry locale in json.Locales)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue