mirror of https://github.com/PCSX2/pcsx2.git
PerformanceMetrics: Increase update rate
Increases update rate of OSD stats from 0.5 per poll to 0.25 seconds per poll.
This commit is contained in:
parent
a6c21712f2
commit
01db46d2dd
|
@ -15,7 +15,7 @@
|
|||
#include "MTVU.h"
|
||||
#include "VMManager.h"
|
||||
|
||||
static const float UPDATE_INTERVAL = 0.5f;
|
||||
static const float UPDATE_INTERVAL = 0.25f;
|
||||
|
||||
static float s_fps = 0.0f;
|
||||
static float s_internal_fps = 0.0f;
|
||||
|
|
Loading…
Reference in New Issue