mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Correcting word order of a comment in memory.cpp
This commit is contained in:
		
							parent
							
								
									79852d3707
								
							
						
					
					
						commit
						d65983515f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -393,7 +393,7 @@ void RasterizerMarkRegionCached(PAddr start, u32 size, int count_delta) { | |||
|             case PageType::RasterizerCachedMemory: { | ||||
|                 u8* pointer = GetPointerFromVMA(vaddr & ~PAGE_MASK); | ||||
|                 if (pointer == nullptr) { | ||||
|                     // It's possible that this function has called been while updating the pagetable
 | ||||
|                     // It's possible that this function has been called while updating the pagetable
 | ||||
|                     // after unmapping a VMA. In that case the underlying VMA will no longer exist,
 | ||||
|                     // and we should just leave the pagetable entry blank.
 | ||||
|                     page_type = PageType::Unmapped; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue