Fucks sake
This commit is contained in:
parent
89f8fcbbfa
commit
027326c38b
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@ namespace Ryujinx.HLE
|
|||
System.LoadXci(XciFile);
|
||||
}
|
||||
|
||||
public void LoadNca(string NcaFile)
|
||||
public void LoadNca(string NcaFile, string PatchNca = null)
|
||||
{
|
||||
System.LoadNca(NcaFile);
|
||||
System.LoadNca(NcaFile, PatchNca);
|
||||
}
|
||||
|
||||
public void LoadNsp(string NspFile)
|
||||
|
|
Loading…
Add table
Reference in a new issue