mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
(D3D) Get rid of _XBOX ifdef
This commit is contained in:
parent
37c5c0d98a
commit
ae929ca75a
@ -872,9 +872,7 @@ static bool d3d_init_chain(d3d_video_t *d3d, const video_info_t *video_info)
|
||||
unsigned current_width, current_height, out_width, out_height;
|
||||
unsigned i = 0;
|
||||
LPDIRECT3DDEVICE d3dr = (LPDIRECT3DDEVICE)d3d->dev;
|
||||
#ifndef _XBOX
|
||||
LinkInfo link_info = {0};
|
||||
#endif
|
||||
|
||||
(void)i;
|
||||
(void)current_width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user