diff options
author | bunnei <bunneidev@gmail.com> | 2014-12-27 03:40:17 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-29 04:14:05 +0100 |
commit | 3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213 (patch) | |
tree | 1271a38fb3124945506fdba0be87d00530e8e64b /src/core/hw/gpu.h | |
parent | GPU: Change internal framerate to 30fps. (diff) | |
download | yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.gz yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.bz2 yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.lz yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.xz yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.tar.zst yuzu-3b9d181b8e0f1c3c2452497bdf65bbb65ab7c213.zip |
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r-- | src/core/hw/gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 68f11bfcb..292f496c1 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h @@ -241,6 +241,7 @@ 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); |