mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01: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
@ -32,7 +32,7 @@ GraphicsDebugger g_debugger;
|
|||||||
namespace Service::GSP {
|
namespace Service::GSP {
|
||||||
|
|
||||||
// Beginning address of HW regs
|
// Beginning address of HW regs
|
||||||
const u32 REGS_BEGIN = 0x1EB00000;
|
constexpr u32 REGS_BEGIN = 0x1EB00000;
|
||||||
|
|
||||||
namespace ErrCodes {
|
namespace ErrCodes {
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user