AutoLoad DLC/updates #12

Merged
J-Swift merged 38 commits from feature/auto-load-extra-files into master 2024-10-08 01:08:41 +00:00
Showing only changes of commit cd062ee811 - Show all commits

View File

@ -888,7 +888,7 @@ namespace Ryujinx.UI.App.Common
{ {
foreach (var dlc in foundDlcs.Where(it => appIdLookup.Contains(it.TitleIdBase))) foreach (var dlc in foundDlcs.Where(it => appIdLookup.Contains(it.TitleIdBase)))
{ {
if (!_downloadableContents.Lookup( dlc).HasValue) if (!_downloadableContents.Lookup(dlc).HasValue)
{ {
_downloadableContents.AddOrUpdate((dlc, true)); _downloadableContents.AddOrUpdate((dlc, true));
SaveDownloadableContentsForGame(dlc.TitleIdBase); SaveDownloadableContentsForGame(dlc.TitleIdBase);