Log corrupted DLC json

This commit is contained in:
Isaac Marovitz 2023-03-05 11:36:56 +00:00
parent c65aebe44d
commit 460080ef04

View file

@ -14,6 +14,7 @@ using Ryujinx.Ava.Common.Locale;
using Ryujinx.Ava.UI.Helpers;
using Ryujinx.Ava.UI.Models;
using Ryujinx.Common.Configuration;
using Ryujinx.Common.Logging;
using Ryujinx.Common.Utilities;
using Ryujinx.HLE.FileSystem;
using System;
@ -103,6 +104,7 @@ namespace Ryujinx.Ava.UI.ViewModels
}
catch
{
Logger.Error?.Print(LogClass.Configuration, "Downloadable Content JSON failed to deserialize.");
_downloadableContentContainerList = new List<DownloadableContentContainer>();
}