1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-05 19:13:45 +00:00

Re-initializing menu display driver even when widgets are not supported.

This commit is contained in:
Rinnegatamante 2019-10-18 19:55:30 +02:00
parent 1c8d147d7c
commit 3cfde6cc45

@ -21308,6 +21308,10 @@ static void drivers_init(int flags)
menu_widgets_context_reset(video_is_threaded,
video_driver_width, video_driver_height);
}
else
{
menu_display_init_first_driver(video_is_threaded);
}
#endif
if (flags & DRIVER_VIDEO_MASK)