diff --git a/gfx/video_driver.c b/gfx/video_driver.c index d644f10ce4..4f474cf7cf 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -1630,11 +1630,9 @@ void video_driver_init(void) { bool initialized = false; video_driver_lock_new(); + video_driver_msg_queue_init(); - initialized = init_video(); - - if (initialized) - video_driver_msg_queue_init(); + init_video(); } void video_driver_destroy_data(void)