rebase with upstream

This commit is contained in:
Emmanuel Hansen 2023-11-11 20:06:56 +00:00
parent a191631975
commit 9566be8c63
25 changed files with 68 additions and 84 deletions

View file

@ -126,11 +126,6 @@ namespace Ryujinx.Cpu.Jit
}
}
/// <inheritdoc/>
public void Reprotect(ulong va, ulong size, MemoryPermission permission)
{
}
/// <inheritdoc/>
public T Read<T>(ulong va) where T : unmanaged
{