mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 21:41:03 +00:00
indent...
This commit is contained in:
parent
8a030675a4
commit
81ba2daa04
2
gl.c
2
gl.c
@ -215,7 +215,7 @@ static float tv_to_fps(const struct timeval *tv, const struct timeval *new_tv, i
|
|||||||
|
|
||||||
static inline void show_fps(void)
|
static inline void show_fps(void)
|
||||||
{
|
{
|
||||||
// Shows FPS in taskbar.
|
// Shows FPS in taskbar.
|
||||||
static int frames = 0;
|
static int frames = 0;
|
||||||
static struct timeval tv;
|
static struct timeval tv;
|
||||||
struct timeval new_tv;
|
struct timeval new_tv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user