From 4f51c6809994e4a83b97e569058f9d41d24b0097 Mon Sep 17 00:00:00 2001 From: LotP1 Date: Wed, 18 Dec 2024 14:59:36 +0100 Subject: [PATCH] missed a JSON --- src/Ryujinx/Common/LocaleManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Common/LocaleManager.cs b/src/Ryujinx/Common/LocaleManager.cs index 909ec2ba0..2ea5c83ee 100644 --- a/src/Ryujinx/Common/LocaleManager.cs +++ b/src/Ryujinx/Common/LocaleManager.cs @@ -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) {