Fucks sake

This commit is contained in:
Simon Aarons 2018-10-13 20:06:25 +11:00 committed by GitHub
commit 027326c38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,9 +76,9 @@ namespace Ryujinx.HLE
System.LoadXci(XciFile); 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) public void LoadNsp(string NspFile)