mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-31 21:13:04 +00:00
GetNsoExecutable -> GetExecutable
This commit is contained in:
parent
5d32e28449
commit
a47f129818
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ namespace Ryujinx.HLE.OsHle
|
|||
|
||||
void AppendTrace(long Position)
|
||||
{
|
||||
Executable Exe = GetNsoExecutable(Position);
|
||||
Executable Exe = GetExecutable(Position);
|
||||
|
||||
if (Exe == null)
|
||||
{
|
||||
|
@ -321,7 +321,7 @@ namespace Ryujinx.HLE.OsHle
|
|||
return false;
|
||||
}
|
||||
|
||||
private Executable GetNsoExecutable(long Position)
|
||||
private Executable GetExecutable(long Position)
|
||||
{
|
||||
string Name = string.Empty;
|
||||
|
||||
|
|
Loading…
Reference in a new issue