From 64bf25542fed616cd1a73a5b7b5529abb4ab86e0 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Sun, 19 Jun 2022 18:24:07 +0200 Subject: [PATCH] Android has HAVE_TRANSLATE defined but not HAVE_ACCESSIBILITY, so add this to the conditional --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index 61c27d8625..bd41b1f242 100644 --- a/retroarch.c +++ b/retroarch.c @@ -1476,7 +1476,7 @@ bool command_event(enum event_command cmd, void *data) struct rarch_state *p_rarch = &rarch_st; runloop_state_t *runloop_st = runloop_state_get_ptr(); uico_driver_state_t *uico_st = uico_state_get_ptr(); -#ifdef HAVE_ACCESSIBILITY +#if defined(HAVE_ACCESSIBILITY) || defined(HAVE_TRANSLATE) access_state_t *access_st = access_state_get_ptr(); #endif #ifdef HAVE_MENU