mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-09 11:17:20 -03:00
Fix part 2
This commit is contained in:
parent
8a2bc3957a
commit
987ab9be41
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue