diff options
| author | 2016-11-27 21:06:42 +0000 | |
|---|---|---|
| committer | 2016-11-27 21:19:56 +0000 | |
| commit | 0820c994629a53e81dd521388a67154c8c8f9318 (patch) | |
| tree | b8f91a0cbaf3c6eab3fd98c968191f900b808dde /src/core/hw/gpu.h | |
| parent | Merge pull request #2168 from mailwl/mic (diff) | |
| download | yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.gz yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.xz yuzu-0820c994629a53e81dd521388a67154c8c8f9318.zip | |
GPU: Remove the broken frame_skip option.
Fixes #1960.
Diffstat (limited to 'src/core/hw/gpu.h')
| -rw-r--r-- | src/core/hw/gpu.h | 1 |
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); | |||
| 316 | static_assert(sizeof(Regs) == 0x1000 * sizeof(u32), "Invalid total size of register set"); | 316 | static_assert(sizeof(Regs) == 0x1000 * sizeof(u32), "Invalid total size of register set"); |
| 317 | 317 | ||
| 318 | extern Regs g_regs; | 318 | extern Regs g_regs; |
| 319 | extern bool g_skip_frame; | ||
| 320 | 319 | ||
| 321 | template <typename T> | 320 | template <typename T> |
| 322 | void Read(T& var, const u32 addr); | 321 | void Read(T& var, const u32 addr); |