mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-11 18:23:45 +00:00
(D3D) Turn _XBOX1 ifdef into HAVE_D3D8
This commit is contained in:
parent
2adab38d8e
commit
d1af8742f6
@ -8,7 +8,7 @@ static void renderchain_set_mvp(void *data, unsigned vp_width,
|
||||
hlsl_set_proj_matrix(XMMatrixRotationZ(rotation * (M_PI / 2.0)));
|
||||
if (d3d->shader && d3d->shader->set_mvp)
|
||||
d3d->shader->set_mvp(d3d, NULL);
|
||||
#elif defined(_XBOX1)
|
||||
#elif defined(HAVE_D3D8)
|
||||
D3DXMATRIX p_out, p_rotate, mat;
|
||||
D3DXMatrixOrthoOffCenterLH(&mat, 0, vp_width, vp_height, 0, 0.0f, 1.0f);
|
||||
D3DXMatrixIdentity(&p_out);
|
||||
|
Loading…
Reference in New Issue
Block a user