(XBox OG) Buildfix
This commit is contained in:
parent
88a91af0dc
commit
dddfbe311a
|
@ -608,8 +608,10 @@ void d3d_make_d3dpp(void *data,
|
||||||
d3dpp->Flags = D3DPRESENTFLAG_INTERLACED;
|
d3dpp->Flags = D3DPRESENTFLAG_INTERLACED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (widescreen_mode)
|
if (widescreen_mode)
|
||||||
d3dpp->Flags |= D3DPRESENTFLAG_WIDESCREEN;
|
d3dpp->Flags |= D3DPRESENTFLAG_WIDESCREEN;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#elif defined(_XBOX360)
|
#elif defined(_XBOX360)
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue