diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index d66124410..337cff8ce 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h | |||
| @@ -1221,7 +1221,7 @@ struct Regs { | |||
| 1221 | // Used for debugging purposes, so performance is not an issue here | 1221 | // Used for debugging purposes, so performance is not an issue here |
| 1222 | static std::string GetCommandName(int index); | 1222 | static std::string GetCommandName(int index); |
| 1223 | 1223 | ||
| 1224 | static inline size_t NumIds() { | 1224 | static constexpr size_t NumIds() { |
| 1225 | return sizeof(Regs) / sizeof(u32); | 1225 | return sizeof(Regs) / sizeof(u32); |
| 1226 | } | 1226 | } |
| 1227 | 1227 | ||