mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.
This commit is contained in:
		
							parent
							
								
									b178089251
								
							
						
					
					
						commit
						f18a176b60
					
				| @ -208,8 +208,7 @@ bool IsValidVirtualAddress(const VAddr vaddr) { | ||||
| } | ||||
| 
 | ||||
| bool IsValidPhysicalAddress(const PAddr paddr) { | ||||
|     boost::optional<VAddr> vaddr = PhysicalToVirtualAddress(paddr); | ||||
|     return vaddr && IsValidVirtualAddress(*vaddr); | ||||
|     return GetPhysicalPointer(paddr) != nullptr; | ||||
| } | ||||
| 
 | ||||
| u8* GetPointer(const VAddr vaddr) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Subv
						Subv