FPSCounter: Give the refresh interval a concrete type

This commit is contained in:
Lioncash 2015-09-29 09:49:12 -04:00
parent e82b6a8532
commit 55c7754738
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "VideoCommon/FPSCounter.h"
#include "VideoCommon/VideoConfig.h"
#define FPS_REFRESH_INTERVAL 1000
static constexpr u64 FPS_REFRESH_INTERVAL = 1000;
FPSCounter::FPSCounter()
{