From 0820c994629a53e81dd521388a67154c8c8f9318 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 27 Nov 2016 21:06:42 +0000 Subject: GPU: Remove the broken frame_skip option. Fixes #1960. --- src/core/hw/gpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hw/gpu.h') 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 void Read(T& var, const u32 addr); -- cgit v1.2.3