Fix interpolation related stats in perfstats
Currently, the way that the stats ps_interp_frac and ps_interp_lag are set up is incorrect, leading to them always displaying 0 instead of the correct value. This is because PS_TIME is meant for values returned from I_GetPreciseTime . This merge request fixes that.
Shoutouts to @Indev for helping me find this out