mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 13:35:04 +03:00
Fix part 2
This commit is contained in:
parent
8a2bc3957a
commit
987ab9be41
@ -1480,6 +1480,7 @@ namespace Ryujinx.Ava.Utilities.AppLibrary
|
||||
if (!selectedUpdate.HasValue || selectedUpdate.Value.Item1.Version < update.Version)
|
||||
{
|
||||
shouldSelect = true;
|
||||
if (selectedUpdate.HasValue)
|
||||
_titleUpdates.AddOrUpdate((selectedUpdate.Value.Update, false));
|
||||
selectedUpdate = (update, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user