mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Memory: IO area is at most 4MB
This commit is contained in:
		
							parent
							
								
									f43524fff1
								
							
						
					
					
						commit
						194118011a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -75,7 +75,7 @@ struct PageTable { | |||
| enum : PAddr { | ||||
|     /// IO register area
 | ||||
|     IO_AREA_PADDR = 0x10100000, | ||||
|     IO_AREA_SIZE = 0x01000000, ///< IO area size (16MB)
 | ||||
|     IO_AREA_SIZE = 0x00400000, ///< IO area size (4MB)
 | ||||
|     IO_AREA_PADDR_END = IO_AREA_PADDR + IO_AREA_SIZE, | ||||
| 
 | ||||
|     /// MPCore internal memory region
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue