mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Fix display server crashing on some platforms
This commit is contained in:
parent
85f25574fb
commit
3d80838754
@ -74,7 +74,7 @@ void* video_display_server_init(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (current_display_server->init)
|
if (current_display_server->init && current_display_server->init)
|
||||||
current_display_server_data = current_display_server->init();
|
current_display_server_data = current_display_server->init();
|
||||||
|
|
||||||
RARCH_LOG("[Video]: Found display server: %s\n",
|
RARCH_LOG("[Video]: Found display server: %s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user