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