This commit is contained in:
Marco Carvalho
2024-12-27 14:50:33 -03:00
parent 82cae0455a
commit 72fb248960
12 changed files with 19 additions and 19 deletions

View File

@@ -951,8 +951,8 @@ namespace Ryujinx.Ava.Utilities.AppLibrary
try
{
var titleIdsToSave = new HashSet<ulong>();
var titleIdsToRefresh = new HashSet<ulong>();
HashSet<ulong> titleIdsToSave = [];
HashSet<ulong> titleIdsToRefresh = [];
// Remove any updates which can no longer be located on disk
Logger.Notice.Print(LogClass.Application, $"Removing non-existing Title Updates");