mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
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 "MTVU.h"
|
||||||
#include "VMManager.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_fps = 0.0f;
|
||||||
static float s_internal_fps = 0.0f;
|
static float s_internal_fps = 0.0f;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user