introduce fractional framerates
[pcsx_rearmed.git] / libpcsxcore / psxcounters.h
index 03cd468..77025a6 100644 (file)
@@ -56,6 +56,8 @@ u32 psxRcntRtarget(u32 index);
 
 s32 psxRcntFreeze(void *f, s32 Mode);
 
+double psxGetFps();
+
 #ifdef __cplusplus
 }
 #endif