mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Silence another warning
This commit is contained in:
parent
72dc03a1c6
commit
6bf011a700
@ -1575,7 +1575,9 @@ static void materialui_frame(void *data, video_frame_info_t *video_info)
|
||||
{
|
||||
materialui_draw_tab_begin(mui,
|
||||
video_info,
|
||||
width, height, &footer_bg_color[0], &grey_bg[0]);
|
||||
width, height,
|
||||
footer_bg_color ? &footer_bg_color[0] : NULL,
|
||||
&grey_bg[0]);
|
||||
|
||||
for (i = 0; i <= MUI_SYSTEM_TAB_END; i++)
|
||||
materialui_draw_tab(mui, video_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user