Remove QueryMemory workaround

This commit is contained in:
gdkchan 2018-03-05 16:20:30 -03:00
parent 59d1b2ad83
commit 2d9edddf8c
2 changed files with 0 additions and 4 deletions

View file

@ -27,8 +27,6 @@ namespace ChocolArm64.Decoder
default: Emitter = AInstEmit.Und; return;
}
}
}
}

View file

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