Add support of PFS0 as ExeFS (#564)

Also add .pfs0 support
This commit is contained in:
Thomas Guillemard 2019-01-25 02:51:28 +01:00 committed by gdkchan
parent 1af6c31dc0
commit 72157e03eb
2 changed files with 57 additions and 1 deletions

View file

@ -61,6 +61,7 @@ namespace Ryujinx
device.LoadNca(args[0]);
break;
case ".nsp":
case ".pfs0":
Console.WriteLine("Loading as NSP.");
device.LoadNsp(args[0]);
break;