[ci skip] chore: minor nitpick: Use passed dlc IDs array instead of the field
This commit is contained in:
parent
ab7914f235
commit
234cb99325
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
bool inSd = path == ModLoader.GetSdModsBasePath();
|
||||
ModLoader.ModCache modCache = new();
|
||||
|
||||
ModLoader.QueryContentsDir(modCache, new DirectoryInfo(Path.Combine(path, "contents")), applicationId, _installedDlcIds);
|
||||
ModLoader.QueryContentsDir(modCache, new DirectoryInfo(Path.Combine(path, "contents")), applicationId, installedDlcIds);
|
||||
|
||||
foreach (ModLoader.Mod<DirectoryInfo> mod in modCache.RomfsDirs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue