summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorluisr142004 <luisr142004@gmail.com>2009-11-28 05:59:46 +0000
committerluisr142004 <luisr142004@gmail.com>2009-11-28 05:59:46 +0000
commit60352d92eb63c23ad545002449adc2385baa7941 (patch)
treee4d832f713abd89b53e07a93180b60a41a82eea2 /Source/Core/VideoCommon
parentbf6f40efbffb75acc531c5bc89cedfd19340cbd3 (diff)
Wiimote: reapply the Upright wiimote option
D3D: add the EFB Copy option to complete Rodolfo's commit plus add the Overlay FPS and the Disable Fog options also change the config dialog's behaviour a bit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4622 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/Render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/Render.h b/Source/Core/VideoCommon/Src/Render.h
index 379364066a..6c37f1ac38 100644
--- a/Source/Core/VideoCommon/Src/Render.h
+++ b/Source/Core/VideoCommon/Src/Render.h
@@ -36,6 +36,8 @@
extern int frameCount;
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
+static int s_fps=0;
+
// Renderer really isn't a very good name for this class - it's more like "Misc".
// The long term goal is to get rid of this class and replace it with others that make
// more sense.