mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-02 21:37:14 +00:00
Define this for HAVE_TRANSLATE too
This commit is contained in:
parent
a1165664a6
commit
89fd900429
@ -396,7 +396,7 @@ static bool driver_find_next(const char *label, char *s, size_t len)
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef HAVE_ACCESSIBILITY
|
||||
#if defined(HAVE_ACCESSIBILITY) || defined(HAVE_TRANSLATE)
|
||||
static access_state_t access_state_st = {0};
|
||||
|
||||
access_state_t *access_state_get_ptr(void)
|
||||
|
Loading…
Reference in New Issue
Block a user