1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 12:41:00 +00:00
This commit is contained in:
twinaphex 2018-01-16 09:43:17 +01:00
parent 030a65bf9b
commit 830b2e429d

@ -472,10 +472,12 @@ LPDIRECT3DTEXTURE d3d_texture_new(LPDIRECT3DDEVICE dev,
HRESULT hr;
LPDIRECT3DTEXTURE buf;
#ifndef _XBOX
#ifdef HAVE_D3D9
if (want_mipmap)
usage |= D3DUSAGE_AUTOGENMIPMAP;
#endif
#endif
#ifdef HAVE_D3DX
if (path)