mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
hactoolnet: Allow listing an XCI's program RomFS files
This commit is contained in:
parent
13648b4cec
commit
5dd1ed2687
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue