Ensure proper detection of 'threaded video' state when calling 'drivers_init()'

This commit is contained in:
jdgleaver 2020-03-10 12:17:38 +00:00
parent e2a703896f
commit 3b3eaa1e24
1 changed files with 1 additions and 1 deletions

View File

@ -25281,7 +25281,7 @@ void driver_set_nonblock_state(void)
**/
static void drivers_init(int flags)
{
bool video_is_threaded = false;
bool video_is_threaded = video_driver_is_threaded_internal();
settings_t *settings = configuration_settings;
bool menu_enable_widgets = settings->bools.menu_enable_widgets;