1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-30 16:20:27 +00:00

(d3d_common.cpp) Include d3dx9tex.h instead

This commit is contained in:
twinaphex 2016-04-23 19:09:15 +02:00
parent 6083f850aa
commit a34ce90940

@ -18,7 +18,7 @@
#include "d3d_common.h"
#include "../include/d3d9/d3dx9core.h"
#include "../include/d3d9/d3dx9tex.h"
bool d3d_swap(void *data, LPDIRECT3DDEVICE dev)
{