mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Ifdef global variable for Xbox
This commit is contained in:
parent
a5f193bba2
commit
c64b9bed15
@ -128,8 +128,10 @@ void d3d_make_d3dpp(void *data,
|
||||
{
|
||||
d3d_video_t *d3d = (d3d_video_t*)data;
|
||||
settings_t *settings = config_get_ptr();
|
||||
#ifdef _XBOX
|
||||
/* TODO/FIXME - get rid of global state dependencies. */
|
||||
global_t *global = global_get_ptr();
|
||||
#endif
|
||||
|
||||
memset(d3dpp, 0, sizeof(*d3dpp));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user