aboutsummaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-11-27 16:01:45 -0800
committerGitHub <noreply@github.com>2016-11-27 16:01:45 -0800
commite279a6955edf644cf832dd329ac72931aea8add7 (patch)
tree92e0ffea8d1ca855e5b7178224883de5cf33562a /src/core/hw/gpu.h
parent4ba5acdaff19f5334b86e86c324763d4e9b969b0 (diff)
parent0820c994629a53e81dd521388a67154c8c8f9318 (diff)
Merge pull request #2222 from linkmauve/die-frameskip-die
Remove the broken frame_skip option
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r--src/core/hw/gpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h
index 32ddc5697..d53381216 100644
--- a/src/core/hw/gpu.h
+++ b/src/core/hw/gpu.h
@@ -316,7 +316,6 @@ ASSERT_REG_POSITION(command_processor_config, 0x00638);
static_assert(sizeof(Regs) == 0x1000 * sizeof(u32), "Invalid total size of register set");
extern Regs g_regs;
-extern bool g_skip_frame;
template <typename T>
void Read(T& var, const u32 addr);