mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
FPSCounter: Give the refresh interval a concrete type
This commit is contained in:
parent
e82b6a8532
commit
55c7754738
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue