mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Turn the FPSCounter namespace into a class.
This commit is contained in:
parent
6def4ead01
commit
3b978f7c27
6 changed files with 53 additions and 57 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "Common/MathUtil.h"
|
||||
#include "Common/Thread.h"
|
||||
#include "VideoCommon/BPMemory.h"
|
||||
#include "VideoCommon/FPSCounter.h"
|
||||
#include "VideoCommon/FramebufferManagerBase.h"
|
||||
#include "VideoCommon/NativeVertexFormat.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
|
@ -150,7 +151,7 @@ protected:
|
|||
static bool s_skipSwap;
|
||||
static bool XFBWrited;
|
||||
|
||||
static unsigned int s_fps;
|
||||
FPSCounter m_fps_counter;
|
||||
|
||||
private:
|
||||
static PEControl::PixelFormat prev_efb_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue