mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
(Android) PERF_TEST no longer default
This commit is contained in:
parent
7ae47fb860
commit
5421fb8269
@ -1,6 +1,6 @@
|
|||||||
RARCH_VERSION = "0.9.8-beta3"
|
RARCH_VERSION = "0.9.8-beta3"
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
PERF_TEST := 1
|
PERF_TEST := 0
|
||||||
HAVE_OPENSL := 1
|
HAVE_OPENSL := 1
|
||||||
HAVE_NEON := 1
|
HAVE_NEON := 1
|
||||||
HAVE_SINC := 1
|
HAVE_SINC := 1
|
||||||
|
@ -256,6 +256,7 @@ 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;
|
(void)reset;
|
||||||
|
#ifdef PERF_TEST
|
||||||
if (reset)
|
if (reset)
|
||||||
gfx_window_title_reset();
|
gfx_window_title_reset();
|
||||||
|
|
||||||
@ -263,6 +264,7 @@ static void gfx_ctx_update_window_title(bool reset)
|
|||||||
|
|
||||||
if (gfx_window_title(buf, sizeof(buf)))
|
if (gfx_window_title(buf, sizeof(buf)))
|
||||||
RARCH_LOG("%s.\n", buf);
|
RARCH_LOG("%s.\n", buf);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user