mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +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;
|
bool initialized = false;
|
||||||
video_driver_lock_new();
|
video_driver_lock_new();
|
||||||
|
|
||||||
initialized = init_video();
|
|
||||||
|
|
||||||
if (initialized)
|
|
||||||
video_driver_msg_queue_init();
|
video_driver_msg_queue_init();
|
||||||
|
|
||||||
|
init_video();
|
||||||
}
|
}
|
||||||
|
|
||||||
void video_driver_destroy_data(void)
|
void video_driver_destroy_data(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user