GPU: Remove the broken frame_skip option.

Fixes #1960.
This commit is contained in:
Emmanuel Gil Peyrot 2016-11-27 21:06:42 +00:00
parent d3b7f57b2b
commit 0820c99462
7 changed files with 1 additions and 33 deletions

View file

@ -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);