mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(Android) fix new FPS measurement
This commit is contained in:
parent
f4b30ecfc2
commit
bf474b9f63
@ -207,15 +207,15 @@ static void gfx_ctx_set_resize(unsigned width, unsigned height)
|
|||||||
|
|
||||||
static void gfx_ctx_update_window_title(bool reset)
|
static void gfx_ctx_update_window_title(bool reset)
|
||||||
{
|
{
|
||||||
(void)reset;
|
|
||||||
#if 0
|
|
||||||
if (reset)
|
if (reset)
|
||||||
gfx_window_title_reset();
|
gfx_window_title_reset();
|
||||||
|
|
||||||
char buf[128];
|
char buf[128];
|
||||||
|
#if 0
|
||||||
if (gfx_get_fps(buf, sizeof(buf), false))
|
if (gfx_get_fps(buf, sizeof(buf), false))
|
||||||
RARCH_LOG("%s.\n", buf);
|
RARCH_LOG("%s.\n", buf);
|
||||||
|
#else
|
||||||
|
gfx_get_fps(buf, sizeof(buf), false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user