diff options
author | Lioncash <mathew1800@gmail.com> | 2015-02-03 08:07:03 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-02-03 08:14:42 -0500 |
commit | 676daef3c7b1d2dc4ad178d7d799c994383b2512 (patch) | |
tree | 3c7d78bb2e4666cb7a11cfb7f57f61b8710ca07d /src/core/hw/gpu.cpp | |
parent | 7f730ed158bc9bba064100b9644b318134ef0bb3 (diff) |
core: Fix some warnings on OSX
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r-- | src/core/hw/gpu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index 58eec3005..aad0e5d0d 100644 --- a/src/core/hw/gpu.cpp +++ b/src/core/hw/gpu.cpp @@ -202,8 +202,6 @@ template void Write<u8>(u32 addr, const u8 data); /// Update hardware static void VBlankCallback(u64 userdata, int cycles_late) { - auto& framebuffer_top = g_regs.framebuffer_config[0]; - frame_count++; last_skip_frame = g_skip_frame; g_skip_frame = (frame_count & Settings::values.frame_skip) != 0; |