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:
JordanTheToaster 2025-02-08 01:26:32 +00:00
parent a6c21712f2
commit 01db46d2dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;