UI: Scanning for mods on DLC content

This commit is contained in:
Evan Husted
2025-01-29 13:33:26 -06:00
parent e02ef52069
commit a624fe64b9
5 changed files with 35 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ namespace Ryujinx.Ava.UI.Windows
ModLoader.ModCache mods = new();
ModLoader.QueryContentsDir(mods, new DirectoryInfo(Path.Combine(modsBasePath, "contents")), titleIdValue);
ModLoader.QueryContentsDir(mods, new DirectoryInfo(Path.Combine(modsBasePath, "contents")), titleIdValue, []);
string currentCheatFile = string.Empty;
string buildId = string.Empty;