예제 #1
0
파일: Ptc.cs 프로젝트: historria/Ryujinx
 internal static Hash128 ComputeHash(IMemoryManager memory, ulong address, ulong guestSize)
 {
     return(XXHash128.ComputeHash(memory.GetSpan(address, checked ((int)(guestSize)))));
 }