mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Fix hactoolnet build
This commit is contained in:
parent
54319145c1
commit
64c98df5b3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ namespace hactoolnet
|
||||||
|
|
||||||
private static void ProcessKeygen(Context ctx)
|
private static void ProcessKeygen(Context ctx)
|
||||||
{
|
{
|
||||||
Console.WriteLine(ExternalKeys.PrintKeys(ctx.Keyset));
|
Console.WriteLine(ExternalKeys.PrintCommonKeys(ctx.Keyset));
|
||||||
}
|
}
|
||||||
|
|
||||||
// For running random stuff
|
// For running random stuff
|
||||||
|
|
Loading…
Reference in a new issue