mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		
							parent
							
								
									cc7f1155a8
								
							
						
					
					
						commit
						13d46f6820
					
				
					 15 changed files with 18 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,7 @@ namespace Kernel {
 | 
			
		|||
 | 
			
		||||
static MemoryRegionInfo memory_regions[3];
 | 
			
		||||
 | 
			
		||||
/// Size of the APPLICATION, SYSTEM and BASE memory regions (respectively) for each sytem
 | 
			
		||||
/// Size of the APPLICATION, SYSTEM and BASE memory regions (respectively) for each system
 | 
			
		||||
/// memory configuration type.
 | 
			
		||||
static const u32 memory_region_sizes[8][3] = {
 | 
			
		||||
    // Old 3DS layouts
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -204,7 +204,7 @@ static std::tuple<u32*, u32*> GetWaitSynchTimeoutParameterRegister(Thread* threa
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Updates the WaitSynchronization timeout paramter according to the difference
 | 
			
		||||
 * Updates the WaitSynchronization timeout parameter according to the difference
 | 
			
		||||
 * between ticks of the last WaitSynchronization call and the incoming one.
 | 
			
		||||
 * @param timeout_low a pointer to the register for the low part of the timeout parameter
 | 
			
		||||
 * @param timeout_high a pointer to the register for the high part of the timeout parameter
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue