summaryrefslogtreecommitdiffstats
path: root/src/core/hw/gpu.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-11-27 22:06:42 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-11-27 22:19:56 +0100
commit0820c994629a53e81dd521388a67154c8c8f9318 (patch)
treeb8f91a0cbaf3c6eab3fd98c968191f900b808dde /src/core/hw/gpu.h
parentMerge pull request #2168 from mailwl/mic (diff)
downloadyuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.gz
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.bz2
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.lz
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.xz
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.tar.zst
yuzu-0820c994629a53e81dd521388a67154c8c8f9318.zip
Diffstat (limited to '')
-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);