mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Remove QueryMemory workaround
This commit is contained in:
parent
bb27ad0a85
commit
bfa51ada69
2 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue