GetNsoExecutable -> GetExecutable

This commit is contained in:
gdkchan 2018-07-03 18:25:48 -03:00
parent 5d32e28449
commit a47f129818

View file

@ -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;