mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Format
This commit is contained in:
parent
14c90d1c5d
commit
cd062ee811
@ -888,7 +888,7 @@ namespace Ryujinx.UI.App.Common
|
||||
{
|
||||
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));
|
||||
SaveDownloadableContentsForGame(dlc.TitleIdBase);
|
||||
|
Loading…
Reference in New Issue
Block a user