mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:59:04 -06:00 
			
		
		
		
	SetProcessMemoryPermission address and size are always 64-bit (#6977)
This commit is contained in:
		@@ -1546,8 +1546,8 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
 | 
			
		||||
#pragma warning disable CA1822 // Mark member as static
 | 
			
		||||
        public Result SetProcessMemoryPermission(
 | 
			
		||||
            int handle,
 | 
			
		||||
            [PointerSized] ulong src,
 | 
			
		||||
            [PointerSized] ulong size,
 | 
			
		||||
            ulong src,
 | 
			
		||||
            ulong size,
 | 
			
		||||
            KMemoryPermission permission)
 | 
			
		||||
        {
 | 
			
		||||
            if (!PageAligned(src))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user