mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Android has HAVE_TRANSLATE defined but not HAVE_ACCESSIBILITY, so
add this to the conditional
This commit is contained in:
parent
e0c7e78e27
commit
64bf25542f
@ -1476,7 +1476,7 @@ bool command_event(enum event_command cmd, void *data)
|
|||||||
struct rarch_state *p_rarch = &rarch_st;
|
struct rarch_state *p_rarch = &rarch_st;
|
||||||
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
||||||
uico_driver_state_t *uico_st = uico_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();
|
access_state_t *access_st = access_state_get_ptr();
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user