mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #249 from lioncash/enum
mem_map: Make enum for addresses use u32 as the underlying type
This commit is contained in:
		
						commit
						846dc72a37
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ typedef u32 PAddr; ///< Represents a pointer in the physical address space. | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
| 
 | 
 | ||||||
| enum { | enum : u32 { | ||||||
|     BOOTROM_SIZE            = 0x00010000,   ///< Bootrom (super secret code/data @ 0x8000) size
 |     BOOTROM_SIZE            = 0x00010000,   ///< Bootrom (super secret code/data @ 0x8000) size
 | ||||||
|     MPCORE_PRIV_SIZE        = 0x00002000,   ///< MPCore private memory region size
 |     MPCORE_PRIV_SIZE        = 0x00002000,   ///< MPCore private memory region size
 | ||||||
|     AXI_WRAM_SIZE           = 0x00080000,   ///< AXI WRAM size
 |     AXI_WRAM_SIZE           = 0x00080000,   ///< AXI WRAM size
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue