gsp_gpu: Mark REGS_BEGIN as constexpr
Same behavior, but more consistent with the already constexpr file-scope variables.
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash