mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	gsp_gpu: Mark REGS_BEGIN as constexpr
Same behavior, but more consistent with the already constexpr file-scope variables.
This commit is contained in:
		
							parent
							
								
									a17027783f
								
							
						
					
					
						commit
						0cc6eb3134
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ GraphicsDebugger g_debugger; | |||
| namespace Service::GSP { | ||||
| 
 | ||||
| // Beginning address of HW regs
 | ||||
| const u32 REGS_BEGIN = 0x1EB00000; | ||||
| constexpr u32 REGS_BEGIN = 0x1EB00000; | ||||
| 
 | ||||
| namespace ErrCodes { | ||||
| enum { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue