mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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;
|
||||
}
|
||||
|
||||
if (current_display_server->init)
|
||||
if (current_display_server->init && current_display_server->init)
|
||||
current_display_server_data = current_display_server->init();
|
||||
|
||||
RARCH_LOG("[Video]: Found display server: %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user