Merge branch 'master' into dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-7.6.2

This commit is contained in:
Ac_K 2024-06-26 10:29:07 +02:00 committed by GitHub
commit 534d874086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1546,8 +1546,8 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
#pragma warning disable CA1822 // Mark member as static #pragma warning disable CA1822 // Mark member as static
public Result SetProcessMemoryPermission( public Result SetProcessMemoryPermission(
int handle, int handle,
[PointerSized] ulong src, ulong src,
[PointerSized] ulong size, ulong size,
KMemoryPermission permission) KMemoryPermission permission)
{ {
if (!PageAligned(src)) if (!PageAligned(src))