mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-24 14:34:16 +00:00
Format
This commit is contained in:
parent
14c90d1c5d
commit
cd062ee811
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue