.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user