mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 13:20:52 +00:00
buildfix again
This commit is contained in:
parent
c265c8328c
commit
b6644e2c3a
@ -29,9 +29,11 @@ void* video_display_server_init()
|
||||
|
||||
switch (type)
|
||||
{
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
case RARCH_DISPLAY_WIN32:
|
||||
current_display_server = &dispserv_win32;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
current_display_server = &dispserv_null;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user