Sfoglia il codice sorgente

Remove QueryMemory workaround

gdkchan 8 anni fa
parent
commit
2d9edddf8c

+ 0 - 2
ChocolArm64/Decoder/AOpCodeSimdRegElem.cs

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

+ 0 - 2
Ryujinx.Core/OsHle/Svc/SvcMemory.cs

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