mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Add HAVE_D3D9 ifdef
This commit is contained in:
parent
c8ff6d9030
commit
c3ea6d1385
@ -28,7 +28,10 @@
|
|||||||
#include "../../gfx/video_context_driver.h"
|
#include "../../gfx/video_context_driver.h"
|
||||||
#include "../../gfx/drivers/d3d.h"
|
#include "../../gfx/drivers/d3d.h"
|
||||||
#include "../../gfx/common/d3d_common.h"
|
#include "../../gfx/common/d3d_common.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_D3D9
|
||||||
#include "../../gfx/include/d3d9/d3dx9math.h"
|
#include "../../gfx/include/d3d9/d3dx9math.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BYTE_CLAMP(i) (int) ((((i) > 255) ? 255 : (((i) < 0) ? 0 : (i))))
|
#define BYTE_CLAMP(i) (int) ((((i) > 255) ? 255 : (((i) < 0) ? 0 : (i))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user