mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 19:46:06 +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"
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
PERF_TEST := 1
|
||||
PERF_TEST := 0
|
||||
HAVE_OPENSL := 1
|
||||
HAVE_NEON := 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)
|
||||
{
|
||||
(void)reset;
|
||||
#ifdef PERF_TEST
|
||||
if (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)))
|
||||
RARCH_LOG("%s.\n", buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user