mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Another buildfix (sigh)
This commit is contained in:
parent
ae9ebf13d3
commit
cbe00cad57
@ -2148,13 +2148,14 @@ static void handle_translation_cb(
|
|||||||
*video_st = video_state_get_ptr();
|
*video_st = video_state_get_ptr();
|
||||||
const enum retro_pixel_format
|
const enum retro_pixel_format
|
||||||
video_driver_pix_fmt = video_st->pix_fmt;
|
video_driver_pix_fmt = video_st->pix_fmt;
|
||||||
|
#ifdef HAVE_GFX_WIDGETS
|
||||||
|
bool gfx_widgets_paused = video_st->widgets_paused;
|
||||||
|
#endif
|
||||||
#ifdef HAVE_ACCESSIBILITY
|
#ifdef HAVE_ACCESSIBILITY
|
||||||
bool accessibility_enable = settings->bools.accessibility_enable;
|
bool accessibility_enable = settings->bools.accessibility_enable;
|
||||||
unsigned accessibility_narrator_speech_speed = settings->uints.accessibility_narrator_speech_speed;
|
unsigned accessibility_narrator_speech_speed = settings->uints.accessibility_narrator_speech_speed;
|
||||||
access_state_t *access_st = access_state_get_ptr();
|
access_state_t *access_st = access_state_get_ptr();
|
||||||
#ifdef HAVE_GFX_WIDGETS
|
#ifdef HAVE_GFX_WIDGETS
|
||||||
bool gfx_widgets_paused = video_st->widgets_paused;
|
|
||||||
|
|
||||||
/* When auto mode is on, we turn off the overlay
|
/* When auto mode is on, we turn off the overlay
|
||||||
* once we have the result for the next call.*/
|
* once we have the result for the next call.*/
|
||||||
if (dispwidget_get_ptr()->ai_service_overlay_state != 0
|
if (dispwidget_get_ptr()->ai_service_overlay_state != 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user