(Xbox 1) Small build fix
This commit is contained in:
parent
c3d9899dd1
commit
ce9601e491
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
#if defined(_XBOX1)
|
#if defined(_XBOX1)
|
||||||
#include "../../360/xdk_d3d8.h"
|
#include "../../xbox1/xdk_d3d8.h"
|
||||||
#elif defined(_XBOX360)
|
#elif defined(_XBOX360)
|
||||||
#include "../../360/xdk_d3d9.h"
|
#include "../../360/xdk_d3d9.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue