mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 03:26:40 +00:00
Remove QueryMemory workaround
This commit is contained in:
parent
59d1b2ad83
commit
2d9edddf8c
2 changed files with 0 additions and 4 deletions
|
@ -27,8 +27,6 @@ namespace ChocolArm64.Decoder
|
||||||
|
|
||||||
default: Emitter = AInstEmit.Und; return;
|
default: Emitter = AInstEmit.Und; return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -88,8 +88,6 @@ namespace Ryujinx.Core.OsHle.Svc
|
||||||
long InfoPtr = (long)ThreadState.X0;
|
long InfoPtr = (long)ThreadState.X0;
|
||||||
long Position = (long)ThreadState.X2;
|
long Position = (long)ThreadState.X2;
|
||||||
|
|
||||||
Position &= uint.MaxValue;
|
|
||||||
|
|
||||||
AMemoryMapInfo MapInfo = Memory.Manager.GetMapInfo(Position);
|
AMemoryMapInfo MapInfo = Memory.Manager.GetMapInfo(Position);
|
||||||
|
|
||||||
if (MapInfo == null)
|
if (MapInfo == null)
|
||||||
|
|
Loading…
Reference in a new issue