mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Revert "Initialize message queue first"
This reverts commit b0c97e901f1a9f976f608b84c32eed42b7f6dc24.
This commit is contained in:
parent
b56f59d29d
commit
b07fd17258
@ -1630,9 +1630,11 @@ void video_driver_init(void)
|
||||
{
|
||||
bool initialized = false;
|
||||
video_driver_lock_new();
|
||||
video_driver_msg_queue_init();
|
||||
|
||||
init_video();
|
||||
initialized = init_video();
|
||||
|
||||
if (initialized)
|
||||
video_driver_msg_queue_init();
|
||||
}
|
||||
|
||||
void video_driver_destroy_data(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user