mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
This reverts commit 5c3cfb84c0
.
This commit is contained in:
parent
6228331fd1
commit
51065d9129
33 changed files with 819 additions and 1171 deletions
|
@ -72,9 +72,9 @@ namespace Ryujinx.HLE
|
|||
return Processes.LoadUnpackedNca(exeFsDir, romFsFile);
|
||||
}
|
||||
|
||||
public bool LoadXci(string xciFile, ulong titleId = 0)
|
||||
public bool LoadXci(string xciFile)
|
||||
{
|
||||
return Processes.LoadXci(xciFile, titleId);
|
||||
return Processes.LoadXci(xciFile);
|
||||
}
|
||||
|
||||
public bool LoadNca(string ncaFile)
|
||||
|
@ -82,9 +82,9 @@ namespace Ryujinx.HLE
|
|||
return Processes.LoadNca(ncaFile);
|
||||
}
|
||||
|
||||
public bool LoadNsp(string nspFile, ulong titleId = 0)
|
||||
public bool LoadNsp(string nspFile)
|
||||
{
|
||||
return Processes.LoadNsp(nspFile, titleId);
|
||||
return Processes.LoadNsp(nspFile);
|
||||
}
|
||||
|
||||
public bool LoadProgram(string fileName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue