gsp_gpu: Mark REGS_BEGIN as constexpr

Same behavior, but more consistent with the already constexpr file-scope
variables.
This commit is contained in:
Lioncash 2020-06-05 21:12:35 -04:00
parent a17027783f
commit 0cc6eb3134

View file

@ -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 {