mirror of https://github.com/PCSX2/pcsx2.git
PerformanceMetrics: Revert increased update rate
It seems our OSD does not like updating at 0.25 per tick so let's just go back for now.
This commit is contained in:
parent
b51b32c758
commit
ee00213961
|
@ -15,7 +15,7 @@
|
|||
#include "MTVU.h"
|
||||
#include "VMManager.h"
|
||||
|
||||
static const float UPDATE_INTERVAL = 0.25f;
|
||||
static const float UPDATE_INTERVAL = 0.5f;
|
||||
|
||||
static float s_fps = 0.0f;
|
||||
static float s_internal_fps = 0.0f;
|
||||
|
|
Loading…
Reference in New Issue