psxcounters: change spu update ~2ms
[pcsx_rearmed.git] / libpcsxcore / psxcounters.c
index 865b3d8..db1462d 100644 (file)
@@ -68,7 +68,7 @@ static const u32 CountToTarget    = 1;
 static const u32 FrameRate[]      = { 60, 50 };
 static const u32 VBlankStart[]    = { 240, 256 };
 static const u32 HSyncTotal[]     = { 263, 313 };
-static const u32 SpuUpdInterval[] = { 23, 22 };
+static const u32 SpuUpdInterval[] = { 32, 32 };
 
 static const s32 VerboseLevel     = 0;