mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-10-31 11:52:49 +00:00 
			
		
		
		
	Fix PermissionLocked check on UnmapProcessCodeMemory (#6314)
This commit is contained in:
		
							parent
							
								
									74fe814329
								
							
						
					
					
						commit
						74a18b7c18
					
				| @ -673,9 +673,9 @@ namespace Ryujinx.HLE.HOS.Kernel.Memory | ||||
|                     MemoryState.UnmapProcessCodeMemoryAllowed, | ||||
|                     KMemoryPermission.None, | ||||
|                     KMemoryPermission.None, | ||||
|                     MemoryAttribute.Mask, | ||||
|                     MemoryAttribute.Mask & ~MemoryAttribute.PermissionLocked, | ||||
|                     MemoryAttribute.None, | ||||
|                     MemoryAttribute.IpcAndDeviceMapped | MemoryAttribute.PermissionLocked, | ||||
|                     MemoryAttribute.IpcAndDeviceMapped, | ||||
|                     out MemoryState state, | ||||
|                     out _, | ||||
|                     out _); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 gdkchan
						gdkchan