mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
Set current_display_server by default to dispserv_null
This commit is contained in:
parent
ff4fa3be7a
commit
fb957f29a8
@ -20,7 +20,7 @@
|
||||
#include "video_driver.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
static const video_display_server_t *current_display_server = NULL;
|
||||
static const video_display_server_t *current_display_server = &dispserv_null;
|
||||
static void *current_display_server_data = NULL;
|
||||
|
||||
const char *video_display_server_get_ident(void)
|
||||
|
Loading…
Reference in New Issue
Block a user