mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
(D3D) Include xtl.h header for D3D8 Xbox 1
This commit is contained in:
parent
885362e9da
commit
9104736dce
@ -44,6 +44,8 @@
|
||||
#endif
|
||||
|
||||
#elif defined(_XBOX1)
|
||||
#include <xtl.h>
|
||||
|
||||
//Direct3D 8
|
||||
#define LPDIRECT3D LPDIRECT3D8
|
||||
#define LPDIRECT3DDEVICE LPDIRECT3DDEVICE8
|
||||
|
Loading…
Reference in New Issue
Block a user