(XBox OG) Buildfix

This commit is contained in:
twinaphex 2018-01-03 14:42:09 +01:00
parent 88a91af0dc
commit dddfbe311a

View File

@ -608,8 +608,10 @@ void d3d_make_d3dpp(void *data,
d3dpp->Flags = D3DPRESENTFLAG_INTERLACED;
}
#if 0
if (widescreen_mode)
d3dpp->Flags |= D3DPRESENTFLAG_WIDESCREEN;
#endif
}
#elif defined(_XBOX360)
#if 0