mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(XDK1) Quick build fix
This commit is contained in:
parent
5a7b9dcad5
commit
11f67362dc
@ -345,6 +345,10 @@ static void xdk_d3d_init_textures(void *data, const video_info_t *video)
|
|||||||
d3d->last_width = d3d->tex_w;
|
d3d->last_width = d3d->tex_w;
|
||||||
d3d->last_height = d3d->tex_h;
|
d3d->last_height = d3d->tex_h;
|
||||||
|
|
||||||
|
#ifdef _XBOX1
|
||||||
|
d3d->d3d_render_device->SetRenderState(D3DRS_LIGHTING, FALSE);
|
||||||
|
#endif
|
||||||
|
|
||||||
vp.Width = d3d->win_width;
|
vp.Width = d3d->win_width;
|
||||||
vp.Height = d3d->win_height;
|
vp.Height = d3d->win_height;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user