mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
Merge pull request #9611 from Rinnegatamante/videodrivers4
Re-initializing menu display driver even when widgets are not supported.
This commit is contained in:
commit
38600f4cf3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user