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:
JordanTheToaster 2025-03-27 10:37:17 +00:00 committed by lightningterror
parent b51b32c758
commit ee00213961
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.25f;
static const float UPDATE_INTERVAL = 0.5f;
static float s_fps = 0.0f;
static float s_internal_fps = 0.0f;