mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Initialize message queue first
This commit is contained in:
parent
ad7386913c
commit
b0c97e901f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user