hactoolnet: Allow listing an XCI's program RomFS files

This commit is contained in:
Alex Barney 2020-06-05 22:23:20 -07:00
parent 13648b4cec
commit 5dd1ed2687

View file

@ -90,7 +90,7 @@ namespace hactoolnet
}
}
if (ctx.Options.RomfsOutDir != null || ctx.Options.RomfsOut != null)
if (ctx.Options.RomfsOutDir != null || ctx.Options.RomfsOut != null || ctx.Options.ListRomFs)
{
Nca mainNca = GetXciMainNca(xci, ctx);