X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Ffps.c;h=b0c87dd93e29eac351740c33b71fd1f7ad205f41;hp=2edcd30b0f461d8b571ce7c55c6a7743042d9575;hb=78d78c3b21fbdc32b73b9e4c9e2719a148c32356;hpb=e7267688b48c7e6619cab3dafe61212b166b389b diff --git a/plugins/dfxvideo/fps.c b/plugins/dfxvideo/fps.c index 2edcd30b..b0c87dd9 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 } }