mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-10 11:55:16 +00:00
[ci skip] chore: minor nitpick: Use passed dlc IDs array instead of the field
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
bool inSd = path == ModLoader.GetSdModsBasePath();
|
bool inSd = path == ModLoader.GetSdModsBasePath();
|
||||||
ModLoader.ModCache modCache = new();
|
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)
|
foreach (ModLoader.Mod<DirectoryInfo> mod in modCache.RomfsDirs)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user