(Xbox OG) Buildfix

This commit is contained in:
twinaphex 2018-01-03 14:43:41 +01:00
parent dddfbe311a
commit df9cf9df21

View File

@ -275,6 +275,7 @@ static void gfx_ctx_d3d_get_video_size(void *data,
widescreen_mode = video_mode.fIsWideScreen;
#elif defined(_XBOX1)
{
DWORD video_mode = XGetVideoFlags();
*width = 640;
@ -333,6 +334,7 @@ static void gfx_ctx_d3d_get_video_size(void *data,
d3d->resolution_hd_enable = true;
}
}
}
#endif
#endif
}