Move FPSCounter calls to RenderBase.

This commit is contained in:
Jules Blok
2014-07-09 23:18:11 +02:00
parent a546ef3276
commit 1754cbda9d
4 changed files with 10 additions and 14 deletions

View File

@ -150,6 +150,8 @@ protected:
static bool s_skipSwap;
static bool XFBWrited;
static unsigned int s_fps;
private:
static PEControl::PixelFormat prev_efb_format;
static unsigned int efb_scale_numeratorX;