mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Buildfix for libnx
This commit is contained in:
parent
baaf8e03fa
commit
2218ea1d96
@ -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…
x
Reference in New Issue
Block a user