Improve vid_fps stats

This commit is contained in:
Magnus Norddahl 2023-05-06 04:52:56 +02:00
commit ca5fae50d6
3 changed files with 28 additions and 14 deletions

View file

@ -276,8 +276,8 @@ public:
static float GetZNear() { return 5.f; }
static float GetZFar() { return 65536.f; }
// The original size of the framebuffer as selected in the video menu.
uint64_t FrameTime = 0;
uint64_t FrameTimeNS = 0;
private:
uint64_t fpsLimitTime = 0;