mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-03 14:33:05 +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)
|
void AppendTrace(long Position)
|
||||||
{
|
{
|
||||||
Executable Exe = GetNsoExecutable(Position);
|
Executable Exe = GetExecutable(Position);
|
||||||
|
|
||||||
if (Exe == null)
|
if (Exe == null)
|
||||||
{
|
{
|
||||||
|
@ -321,7 +321,7 @@ namespace Ryujinx.HLE.OsHle
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Executable GetNsoExecutable(long Position)
|
private Executable GetExecutable(long Position)
|
||||||
{
|
{
|
||||||
string Name = string.Empty;
|
string Name = string.Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue