diff options
Diffstat (limited to 'src/core/hw/gpu.h')
| -rw-r--r-- | src/core/hw/gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 68f11bfcb..292f496c1 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h | |||
| @@ -241,6 +241,7 @@ ASSERT_REG_POSITION(command_processor_config, 0x00638); | |||
| 241 | static_assert(sizeof(Regs) == 0x1000 * sizeof(u32), "Invalid total size of register set"); | 241 | static_assert(sizeof(Regs) == 0x1000 * sizeof(u32), "Invalid total size of register set"); |
| 242 | 242 | ||
| 243 | extern Regs g_regs; | 243 | extern Regs g_regs; |
| 244 | extern bool g_skip_frame; | ||
| 244 | 245 | ||
| 245 | template <typename T> | 246 | template <typename T> |
| 246 | void Read(T &var, const u32 addr); | 247 | void Read(T &var, const u32 addr); |