buildfix again

This commit is contained in:
Brad Parker 2017-12-11 18:27:11 -05:00
parent c265c8328c
commit b6644e2c3a

View File

@ -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;