aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/fps.c
diff options
context:
space:
mode:
authornotaz2011-01-03 00:14:35 +0200
committernotaz2011-01-03 00:14:35 +0200
commit78d78c3b21fbdc32b73b9e4c9e2719a148c32356 (patch)
treec3ed88439e02ec6bd1876826b154995071e1bd8d /plugins/dfxvideo/fps.c
parente7267688b48c7e6619cab3dafe61212b166b389b (diff)
downloadpcsx_rearmed-78d78c3b21fbdc32b73b9e4c9e2719a148c32356.tar.gz
pcsx_rearmed-78d78c3b21fbdc32b73b9e4c9e2719a148c32356.tar.bz2
pcsx_rearmed-78d78c3b21fbdc32b73b9e4c9e2719a148c32356.zip
gpu_unai: basic frameskip
only partially works but oh well
Diffstat (limited to 'plugins/dfxvideo/fps.c')
-rw-r--r--plugins/dfxvideo/fps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/fps.c b/plugins/dfxvideo/fps.c
index 2edcd30..b0c87dd 100644
--- a/plugins/dfxvideo/fps.c
+++ b/plugins/dfxvideo/fps.c
@@ -57,7 +57,7 @@ void CheckFrameRate(void)
else // non-skipping mode:
{
if(UseFrameLimit) FrameCap(); // -> do it
- if(ulKeybits&KEY_SHOWFPS) calcfps(); // -> and calc fps display
+ /*if(ulKeybits&KEY_SHOWFPS)*/ calcfps(); // -> and calc fps display
}
}