mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix for libnx
This commit is contained in:
parent
baaf8e03fa
commit
2218ea1d96
1 changed files with 1 additions and 1 deletions
|
@ -170,12 +170,12 @@ static void handle_translation_cb(
|
|||
#ifdef HAVE_GFX_WIDGETS
|
||||
bool gfx_widgets_paused = video_st->flags &
|
||||
VIDEO_FLAG_WIDGETS_PAUSED;
|
||||
dispgfx_widget_t *p_dispwidget = dispwidget_get_ptr();
|
||||
#endif
|
||||
#ifdef HAVE_ACCESSIBILITY
|
||||
bool accessibility_enable = settings->bools.accessibility_enable;
|
||||
unsigned accessibility_narrator_speech_speed = settings->uints.accessibility_narrator_speech_speed;
|
||||
#ifdef HAVE_GFX_WIDGETS
|
||||
dispgfx_widget_t *p_dispwidget = dispwidget_get_ptr();
|
||||
/* When auto mode is on, we turn off the overlay
|
||||
* once we have the result for the next call.*/
|
||||
if (p_dispwidget->ai_service_overlay_state != 0
|
||||
|
|
Loading…
Add table
Reference in a new issue