mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 20:32:22 +00:00
Add flag for debug D3D
This commit is contained in:
parent
1f0d57f5f2
commit
8d7ea32e0d
@ -17,6 +17,10 @@
|
||||
#ifndef D3DVIDEO_DEFINES_H
|
||||
#define D3DVIDEO_DEFINES_H
|
||||
|
||||
#if defined(DEBUG) || defined(_DEBUG)
|
||||
#define D3D_DEBUG_INFO
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D9)
|
||||
/* Direct3D 9 */
|
||||
#include <d3d9.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user